Home
last modified time | relevance | path

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

/system/tools/hidl/
DType.cpp156 std::string Type::getVtsValueName() const { in getVtsValueName() function in android::Type
492 out << getVtsValueName() << ": {\n"; in emitVtsTypeDeclarations()
505 out << getVtsValueName() << ": {\n"; in emitVtsAttributeType()
DFmqType.h66 std::string getVtsValueName() const override;
DRefType.h35 std::string getVtsValueName() const override;
DFmqType.cpp178 std::string FmqType::getVtsValueName() const { in getVtsValueName() function in android::FmqType
DRefType.cpp38 std::string RefType::getVtsValueName() const { in getVtsValueName() function in android::RefType
DVectorType.h42 std::string getVtsValueName() const override;
DType.h95 virtual std::string getVtsValueName() const;
DVectorType.cpp128 std::string VectorType::getVtsValueName() const { in getVtsValueName() function in android::VectorType