Home
last modified time | relevance | path

Searched refs:INT8 (Results 1 – 7 of 7) sorted by relevance

/system/tools/aidl/
Daidl_const_expressions.cpp62 case Type::INT8: \
148 case Type::INT8: // fall-through in IsCompatibleType()
167 case Type::INT8: // fall-through in AreCompatibleTypes()
172 case Type::INT8: // fall-through in AreCompatibleTypes()
310 *parsed_type = Type::INT8; in ParseIntegral()
407 case Type::INT8: // fall-through in ValueString()
497 case Type::INT8: // fall-through in CheckValid()
571 case Type::INT8: // fall-through in evaluate()
598 case Type::INT8: in ToString()
836 CHECK(type_ == Type::INT8 || type_ == Type::INT32 || type_ == Type::INT64) << location; in AidlConstantValue()
[all …]
Dgenerate_ndk.cpp270 value.GetType() == AidlConstantValue::Type::INT8 || in GenerateConstantDeclarations()
283 value.GetType() == AidlConstantValue::Type::INT8 || in GenerateConstantDeclarations()
Daidl.cpp669 case AidlConstantValue::Type::INT8: // fall-through in load_and_validate_aidl()
Daidl_language.h419 INT8, enumerator
Dgenerate_java_binder.cpp1106 case AidlConstantValue::Type::INT8: // fall-through in generate_binder_interface_class()
Dgenerate_cpp.cpp982 case AidlConstantValue::Type::INT8: // fall-through in BuildInterfaceHeader()
/system/tools/hidl/
DConstantExpression.cpp49 case SK(INT8): __action__(int8_t) \
78 bool isLftSigned = (lft == SK(INT8)) || (lft == SK(INT16)) in usualArithmeticConversion()
80 bool isRgtSigned = (rgt == SK(INT8)) || (rgt == SK(INT16)) in usualArithmeticConversion()
92 case SK(INT8): return SK(UINT8); in usualArithmeticConversion()
458 literal = rawValue(SK(INT8)); in javaValue()