Home
last modified time | relevance | path

Searched refs:KIND_UINT8 (Results 1 – 6 of 6) sorted by relevance

/system/tools/hidl/
DScalarType.h29 KIND_UINT8, enumerator
DScalarType.cpp255 case KIND_UINT8: // fallthrough in emitConvertToJavaHexString()
Dhidl-gen_l.ll129 "uint8_t" { SCALAR_TYPE(KIND_UINT8); }
DInterface.cpp281 out << byteToString(ConstantExpression::ValueOf(ScalarType::Kind::KIND_UINT8, e)); in emitDigestChain()
DCompoundType.cpp2031 {8, ScalarType::Kind::KIND_UINT8}, in getUnionDiscriminatorType()
/system/tools/hidl/hidl2aidl/
DAidlTranslate.cpp155 {ScalarType::KIND_UINT8, in h2aScalarChecks()