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

12

/system/tools/hidl/
H A DDeathRecipientType.cpp55 std::string DeathRecipientType::getVtsType() const { function in class:android::DeathRecipientType
86 out << "type: " << getVtsType() << "\n";
H A DPointerType.cpp43 std::string PointerType::getVtsType() const { function in class:android::PointerType
75 out << "type: " << getVtsType() << "\n";
H A DPointerType.h38 std::string getVtsType() const override;
H A DDeathRecipientType.h34 std::string getVtsType() const override;
H A DMemoryType.cpp50 std::string MemoryType::getVtsType() const { function in class:android::MemoryType
159 out << "type: " << getVtsType() << "\n";
H A DHandleType.cpp54 std::string HandleType::getVtsType() const { function in class:android::HandleType
171 out << "type: " << getVtsType() << "\n";
H A DScalarType.cpp124 std::string ScalarType::getVtsType() const { function in class:android::ScalarType
283 out << "type: " << getVtsType() << "\n";
H A DStringType.cpp65 std::string StringType::getVtsType() const { function in class:android::StringType
213 out << "type: " << getVtsType() << "\n";
H A DFmqType.h65 std::string getVtsType() const override;
H A DHandleType.h36 std::string getVtsType() const override;
H A DMemoryType.h34 std::string getVtsType() const override;
H A DRefType.h34 std::string getVtsType() const override;
H A DStringType.h42 std::string getVtsType() const override;
H A DScalarType.h61 std::string getVtsType() const override;
H A DType.cpp151 std::string Type::getVtsType() const { function in class:android::Type
491 out << "type: " << getVtsType() << "\n";
504 out << "type: " << getVtsType() << "\n";
H A DArrayType.h55 std::string getVtsType() const override;
H A DFmqType.cpp167 std::string FmqType::getVtsType() const { function in class:android::FmqType
H A DInterface.h83 std::string getVtsType() const override;
H A DEnumType.h56 std::string getVtsType() const override;
166 std::string getVtsType() const override;
H A DEnumType.cpp98 std::string EnumType::getVtsType() const { function in class:android::EnumType
442 out << "type: " << getVtsType() << "\n";
477 out << "type: " << getVtsType() << "\n";
750 std::string BitFieldType::getVtsType() const { function in class:android::BitFieldType
763 out << "type: " << getVtsType() << "\n";
H A DArrayType.cpp140 std::string ArrayType::getVtsType() const { function in class:android::ArrayType
492 out << "type: " << getVtsType() << "\n";
504 out << "type: " << getVtsType() << "\n";
H A DCompoundType.h52 std::string getVtsType() const override;
H A DRefType.cpp34 std::string RefType::getVtsType() const { function in class:android::RefType
H A DVectorType.h41 std::string getVtsType() const override;
H A DCompoundType.cpp115 std::string CompoundType::getVtsType() const { function in class:android::CompoundType
985 out << "type: " << getVtsType() << "\n";
1038 out << "type: " << getVtsType() << "\n";

Completed in 279 milliseconds

12