Searched refs:typeName (Results 1 - 25 of 39) sorted by relevance

12

/system/tools/hidl/
H A DPointerType.h32 std::string typeName() const override;
H A DTypeDef.h30 std::string typeName() const override;
H A DDeathRecipientType.cpp26 std::string DeathRecipientType::typeName() const { function in class:android::DeathRecipientType
H A DDeathRecipientType.h35 std::string typeName() const override;
H A DPointerType.cpp39 std::string PointerType::typeName() const { function in class:android::PointerType
H A DTypeDef.cpp45 std::string TypeDef::typeName() const { function in class:android::TypeDef
H A DFmqType.cpp30 std::string FmqType::typeName() const { function in class:android::FmqType
31 return mName + " of " + mElementType->typeName();
H A DFmqType.h30 std::string typeName() const;
H A DHandleType.h30 std::string typeName() const override;
H A DMemoryType.h28 std::string typeName() const override;
H A DRefType.h28 std::string typeName() const override;
H A DStringType.h32 std::string typeName() const override;
H A DArrayType.cpp61 std::string ArrayType::typeName() const { function in class:android::ArrayType
63 return "array of " + mElementType->typeName();
66 return std::to_string(dimension()) + "d array of " + mElementType->typeName();
411 std::string typeName = getJavaType(false /* forInitializer */); local
415 << typeName
458 std::string typeName = local
464 << typeName local
H A DEnumType.cpp69 std::string EnumType::typeName() const { function in class:android::EnumType
360 const std::string typeName = local
371 << typeName
393 << typeName << " o) "; local
576 const std::string typeName = local
584 << typeName
721 std::string BitFieldType::typeName() const { function in class:android::BitFieldType
722 return "mask" + (mElementType == nullptr ? "" : (" of " + mElementType->typeName()));
H A DRefType.cpp30 std::string RefType::typeName() const { function in class:android::RefType
31 return "ref" + (mElementType == nullptr ? "" : (" of " + mElementType->typeName()));
H A DMemoryType.cpp46 std::string MemoryType::typeName() const { function in class:android::MemoryType
H A DScalarType.h49 std::string typeName() const override;
H A DScope.h84 std::string typeName() const override;
H A Dhidl-gen_y.yy928 << $2->typeName()
1007 std::cerr << "ERROR: " << $1->typeName() << " of " << $3->typeName()
1018 std::cerr << "ERROR: " << $3->typeName() << " of " << $5->typeName()
1025 std::cerr << "ERROR: " << $1->typeName() << " of " << $3->typeName()
H A DArrayType.h44 std::string typeName() const override;
H A DHandleType.cpp32 std::string HandleType::typeName() const { function in class:android::HandleType
H A DInterface.h40 std::string typeName() const override;
H A DScalarType.cpp48 std::string ScalarType::typeName() const { function in class:android::ScalarType
H A DStringType.cpp35 std::string StringType::typeName() const { function in class:android::StringType
/system/tools/hidl/utils/include/hidl-util/
H A DFQName.h88 FQName typeName() const;

Completed in 712 milliseconds

12