Home
last modified time | relevance | path

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

/system/tools/hidl/
DScalarType.cpp128 std::string ScalarType::getVtsScalarType() const { in getVtsScalarType() function in android::ScalarType
284 out << "scalar_type: \"" << getVtsScalarType() << "\"\n"; in emitVtsTypeDeclarations()
DScalarType.h62 std::string getVtsScalarType() const;
DEnumType.cpp447 << scalarType->getVtsScalarType() in emitVtsTypeDeclarations()
462 out << mStorageType->resolveToScalarType()->getVtsScalarType() in emitVtsTypeDeclarations()
765 << mElementType->resolveToScalarType()->getVtsScalarType() in emitVtsAttributeType()