Home
last modified time | relevance | path

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

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