Home
last modified time | relevance | path

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

/system/tools/hidl/
DEnumType.cpp179 std::string value = entry->cppValue(scalarType->getKind()); in emitTypeDeclarations()
381 std::string value = entry->javaValue(scalarType->getKind()); in emitJavaTypeDeclarations()
460 std::string value = entry->value(scalarType->getKind()); in emitVtsTypeDeclarations()
592 std::string value = entry->javaValue(scalarType->getKind()); in emitExportedHeader()
630 std::string value = entry->cppValue(scalarType->getKind()); in emitExportedHeader()
699 *value = ConstantExpression::Zero(type->getKind()); in autofill()
DScalarType.h105 Kind getKind() const;
DScalarType.cpp310 ScalarType::Kind ScalarType::getKind() const { in getKind() function in android::ScalarType