Home
last modified time | relevance | path

Searched refs:getVtsType (Results 1 – 25 of 28) sorted by relevance

12

/system/tools/hidl/
DDeathRecipientType.cpp55 std::string DeathRecipientType::getVtsType() const { in getVtsType() function in android::DeathRecipientType
82 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
DPointerType.cpp43 std::string PointerType::getVtsType() const { in getVtsType() function in android::PointerType
95 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
DMemoryType.cpp50 std::string MemoryType::getVtsType() const { in getVtsType() function in android::MemoryType
159 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
DHandleType.cpp62 std::string HandleType::getVtsType() const { in getVtsType() function in android::HandleType
188 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
DStringType.cpp65 std::string StringType::getVtsType() const { in getVtsType() function in android::StringType
216 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
DScalarType.cpp122 std::string ScalarType::getVtsType() const { in getVtsType() function in android::ScalarType
281 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
DDeathRecipientType.h34 std::string getVtsType() const override;
DMemoryType.h34 std::string getVtsType() const override;
DPointerType.h38 std::string getVtsType() const override;
DFmqType.h65 std::string getVtsType() const override;
DRefType.h40 std::string getVtsType() const override;
DHandleType.h40 std::string getVtsType() const override;
DStringType.h42 std::string getVtsType() const override;
DScalarType.h61 std::string getVtsType() const override;
DEnumType.h62 std::string getVtsType() const override;
192 std::string getVtsType() const override;
DFmqType.cpp166 std::string FmqType::getVtsType() const { in getVtsType() function in android::FmqType
DArrayType.cpp148 std::string ArrayType::getVtsType() const { in getVtsType() function in android::ArrayType
571 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
580 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
DEnumType.cpp183 std::string EnumType::getVtsType() const { in getVtsType() function in android::EnumType
536 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
569 out << "type: " << getVtsType() << "\n"; in emitVtsAttributeType()
836 std::string BitFieldType::getVtsType() const { in getVtsType() function in android::BitFieldType
849 out << "type: " << getVtsType() << "\n"; in emitVtsAttributeType()
DRefType.cpp37 std::string RefType::getVtsType() const { in getVtsType() function in android::RefType
DArrayType.h59 std::string getVtsType() const override;
DVectorType.h48 std::string getVtsType() const override;
DInterface.h94 std::string getVtsType() const override;
DType.cpp400 std::string Type::getVtsType() const { in getVtsType() function in android::Type
803 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
812 out << "type: " << getVtsType() << "\n"; in emitVtsAttributeType()
DCompoundType.h59 std::string getVtsType() const override;
DInterface.cpp762 std::string Interface::getVtsType() const { in getVtsType() function in android::Interface
956 out << "type: " << getVtsType() << "\n" in emitVtsAttributeType()

12