Home
last modified time | relevance | path

Searched refs:getVtsType (Results 1 – 25 of 26) 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
98 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()
DDeathRecipientType.h34 std::string getVtsType() const override;
DScalarType.cpp127 std::string ScalarType::getVtsType() const { in getVtsType() function in android::ScalarType
312 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
DMemoryType.cpp50 std::string MemoryType::getVtsType() const { in getVtsType() function in android::MemoryType
245 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
DPointerType.h38 std::string getVtsType() const override;
DFmqType.h69 std::string getVtsType() const override;
DStringType.h42 std::string getVtsType() const override;
DHandleType.h40 std::string getVtsType() const override;
DMemoryType.h34 std::string getVtsType() const override;
DArrayType.cpp151 std::string ArrayType::getVtsType() const { in getVtsType() function in android::ArrayType
493 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
502 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
DScalarType.h61 std::string getVtsType() const override;
DEnumType.h63 std::string getVtsType() const override;
198 std::string getVtsType() const override;
DFmqType.cpp172 std::string FmqType::getVtsType() const { in getVtsType() function in android::FmqType
DEnumType.cpp184 std::string EnumType::getVtsType() const { in getVtsType() function in android::EnumType
575 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
608 out << "type: " << getVtsType() << "\n"; in emitVtsAttributeType()
875 std::string BitFieldType::getVtsType() const { in getVtsType() function in android::BitFieldType
888 out << "type: " << getVtsType() << "\n"; in emitVtsAttributeType()
DArrayType.h59 std::string getVtsType() const override;
DVectorType.h48 std::string getVtsType() const override;
DType.cpp410 std::string Type::getVtsType() const { in getVtsType() function in android::Type
775 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
784 out << "type: " << getVtsType() << "\n"; in emitVtsAttributeType()
DInterface.h98 std::string getVtsType() const override;
DCompoundType.h61 std::string getVtsType() const override;
DInterface.cpp711 std::string Interface::getVtsType() const { in getVtsType() function in android::Interface
932 out << "type: " << getVtsType() << "\n" in emitVtsAttributeType()
DType.h193 virtual std::string getVtsType() const;
DVectorType.cpp126 std::string VectorType::getVtsType() const { in getVtsType() function in android::VectorType

12