Home
last modified time | relevance | path

Searched refs:templatedTypeName (Results 1 – 9 of 9) sorted by relevance

/system/tools/hidl/hidl2aidl/
DAidlType.cpp50 return getPlaceholderType(fmq.templatedTypeName() + "<" + in getAidlType()
/system/tools/hidl/
DFmqType.h34 std::string templatedTypeName() const override;
DFmqType.cpp35 std::string FmqType::templatedTypeName() const { in templatedTypeName() function in android::FmqType
DVectorType.h34 std::string templatedTypeName() const override;
DEnumType.h176 std::string templatedTypeName() const override;
DType.h365 virtual std::string templatedTypeName() const = 0;
DVectorType.cpp30 std::string VectorType::templatedTypeName() const { in templatedTypeName() function in android::VectorType
DType.cpp740 return templatedTypeName() + " of " + mElementType->typeName(); in typeName()
DEnumType.cpp846 std::string BitFieldType::templatedTypeName() const { in templatedTypeName() function in android::BitFieldType