/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 95 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
|
D | MemoryType.cpp | 50 std::string MemoryType::getVtsType() const { in getVtsType() function in android::MemoryType 159 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 | ScalarType.cpp | 122 std::string ScalarType::getVtsType() const { in getVtsType() function in android::ScalarType 281 out << "type: " << getVtsType() << "\n"; in emitVtsTypeDeclarations()
|
D | DeathRecipientType.h | 34 std::string getVtsType() const override;
|
D | MemoryType.h | 34 std::string getVtsType() const override;
|
D | PointerType.h | 38 std::string getVtsType() const override;
|
D | FmqType.h | 65 std::string getVtsType() const override;
|
D | RefType.h | 40 std::string getVtsType() const override;
|
D | HandleType.h | 40 std::string getVtsType() const override;
|
D | StringType.h | 42 std::string getVtsType() const override;
|
D | ScalarType.h | 61 std::string getVtsType() const override;
|
D | EnumType.h | 62 std::string getVtsType() const override; 192 std::string getVtsType() const override;
|
D | FmqType.cpp | 166 std::string FmqType::getVtsType() const { in getVtsType() function in android::FmqType
|
D | ArrayType.cpp | 148 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()
|
D | EnumType.cpp | 183 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()
|
D | RefType.cpp | 37 std::string RefType::getVtsType() const { in getVtsType() function in android::RefType
|
D | ArrayType.h | 59 std::string getVtsType() const override;
|
D | VectorType.h | 48 std::string getVtsType() const override;
|
D | Interface.h | 94 std::string getVtsType() const override;
|
D | Type.cpp | 400 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()
|
D | CompoundType.h | 59 std::string getVtsType() const override;
|
D | Interface.cpp | 762 std::string Interface::getVtsType() const { in getVtsType() function in android::Interface 956 out << "type: " << getVtsType() << "\n" in emitVtsAttributeType()
|