Home
last modified time | relevance | path

Searched refs:getVtsValueName (Results 1 – 6 of 6) sorted by relevance

/system/tools/hidl/
DFmqType.h70 std::string getVtsValueName() const override;
DFmqType.cpp183 std::string FmqType::getVtsValueName() const { in getVtsValueName() function in android::FmqType
DVectorType.h49 std::string getVtsValueName() const override;
DType.cpp415 std::string Type::getVtsValueName() const { in getVtsValueName() function in android::Type
776 out << getVtsValueName() << ": {\n"; in emitVtsTypeDeclarations()
785 out << getVtsValueName() << ": {\n"; in emitVtsAttributeType()
DType.h194 virtual std::string getVtsValueName() const;
DVectorType.cpp130 std::string VectorType::getVtsValueName() const { in getVtsValueName() function in android::VectorType