Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/
H A DFmqType.h70 std::string getVtsValueName() const override;
H A DFmqType.cpp183 std::string FmqType::getVtsValueName() const { in getVtsValueName() function in android::FmqType
H A 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()
H A DVectorType.h49 std::string getVtsValueName() const override;
H A DType.h194 virtual std::string getVtsValueName() const;
H A DVectorType.cpp130 std::string VectorType::getVtsValueName() const { in getVtsValueName() function in android::VectorType