Home
last modified time | relevance | path

Searched refs:getCppType (Results 1 – 25 of 26) sorted by relevance

12

/system/tools/hidl/
DDeathRecipientType.h28 std::string getCppType(
DDeathRecipientType.cpp30 std::string DeathRecipientType::getCppType(StorageMode mode, in getCppType() function in android::DeathRecipientType
DPointerType.h34 std::string getCppType(
DPointerType.cpp34 std::string PointerType::getCppType(StorageMode /*mode*/, in getCppType() function in android::PointerType
DFmqType.h36 std::string getCppType(
DType.cpp382 std::string Type::getCppType(StorageMode, bool) const { in getCppType() function in android::Type
389 return getCppType(mode, specifyNamespaces) + " " + name; in decorateCppName()
633 return getCppType(StorageMode_Stack, specifyNamespaces); in getCppStackType()
637 return getCppType(StorageMode_Result, specifyNamespaces); in getCppResultType()
641 return getCppType(StorageMode_Argument, specifyNamespaces); in getCppArgumentType()
DStringType.h34 std::string getCppType(
DHandleType.h32 std::string getCppType(
DMemoryType.h30 std::string getCppType(
DScalarType.h52 std::string getCppType(
DEnumType.h55 std::string getCppType(StorageMode mode,
190 std::string getCppType(StorageMode mode,
DFmqType.cpp45 std::string FmqType::getCppType( in getCppType() function in android::FmqType
DHandleType.cpp36 std::string HandleType::getCppType(StorageMode mode, in getCppType() function in android::HandleType
DArrayType.h52 std::string getCppType(StorageMode mode,
DVectorType.h41 std::string getCppType(
DStringType.cpp39 std::string StringType::getCppType(StorageMode mode, in getCppType() function in android::StringType
DScalarType.cpp55 std::string ScalarType::getCppType(StorageMode, bool) const { in getCppType() function in android::ScalarType
DMemoryType.cpp28 std::string MemoryType::getCppType(StorageMode mode, in getCppType() function in android::MemoryType
DInterface.h93 std::string getCppType(
DCompoundType.h56 std::string getCppType(StorageMode mode,
DType.h160 virtual std::string getCppType(
DEnumType.cpp167 std::string EnumType::getCppType(StorageMode, in getCppType() function in android::EnumType
858 std::string BitFieldType::getCppType(StorageMode mode, in getCppType() function in android::BitFieldType
DArrayType.cpp95 std::string ArrayType::getCppType(StorageMode mode, in getCppType() function in android::ArrayType
DVectorType.cpp89 std::string VectorType::getCppType(StorageMode mode, in getCppType() function in android::VectorType
DInterface.cpp689 std::string Interface::getCppType(StorageMode mode, in getCppType() function in android::Interface

12