/system/tools/hidl/ |
D | DeathRecipientType.cpp | 55 std::string DeathRecipientType::getVtsType() const { in getVtsType() function in android::DeathRecipientType 82 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
|
D | PointerType.cpp | 43 std::string PointerType::getVtsType() const { in getVtsType() function in android::PointerType 98 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
|
D | HandleType.cpp | 62 std::string HandleType::getVtsType() const { in getVtsType() function in android::HandleType 188 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
|
D | StringType.cpp | 65 std::string StringType::getVtsType() const { in getVtsType() function in android::StringType 216 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
|
D | DeathRecipientType.h | 34 std::string getVtsType() const override;
|
D | ScalarType.cpp | 127 std::string ScalarType::getVtsType() const { in getVtsType() function in android::ScalarType 312 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
|
D | MemoryType.cpp | 50 std::string MemoryType::getVtsType() const { in getVtsType() function in android::MemoryType 245 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
|
D | PointerType.h | 38 std::string getVtsType() const override;
|
D | FmqType.h | 69 std::string getVtsType() const override;
|
D | StringType.h | 42 std::string getVtsType() const override;
|
D | HandleType.h | 40 std::string getVtsType() const override;
|
D | MemoryType.h | 34 std::string getVtsType() const override;
|
D | ArrayType.cpp | 151 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()
|
D | ScalarType.h | 61 std::string getVtsType() const override;
|
D | EnumType.h | 63 std::string getVtsType() const override; 198 std::string getVtsType() const override;
|
D | FmqType.cpp | 172 std::string FmqType::getVtsType() const { in getVtsType() function in android::FmqType
|
D | EnumType.cpp | 184 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()
|
D | ArrayType.h | 59 std::string getVtsType() const override;
|
D | VectorType.h | 48 std::string getVtsType() const override;
|
D | Type.cpp | 410 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()
|
D | Interface.h | 98 std::string getVtsType() const override;
|
D | CompoundType.h | 61 std::string getVtsType() const override;
|
D | Interface.cpp | 711 std::string Interface::getVtsType() const { in getVtsType() function in android::Interface 932 out << "type: " << getVtsType() << "\n" in emitVtsAttributeType()
|
D | Type.h | 193 virtual std::string getVtsType() const;
|
D | VectorType.cpp | 126 std::string VectorType::getVtsType() const { in getVtsType() function in android::VectorType
|