Home
last modified time | relevance | path

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

/system/tools/hidl/
DScalarType.cpp23 static const char* const hidlIdentifiers[] = {"bool", "int8_t", "uint8_t", "int16_t", variable
28 : Type(parent, hidlIdentifiers[kind]), mKind(kind) {} in ScalarType()