/system/tools/hidl/ |
D | DeathRecipientType.h | 28 std::string getCppType(
|
D | DeathRecipientType.cpp | 30 std::string DeathRecipientType::getCppType(StorageMode mode, in getCppType() function in android::DeathRecipientType
|
D | PointerType.h | 34 std::string getCppType(
|
D | PointerType.cpp | 34 std::string PointerType::getCppType(StorageMode /*mode*/, in getCppType() function in android::PointerType
|
D | FmqType.h | 36 std::string getCppType(
|
D | Type.cpp | 382 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()
|
D | StringType.h | 34 std::string getCppType(
|
D | HandleType.h | 32 std::string getCppType(
|
D | MemoryType.h | 30 std::string getCppType(
|
D | ScalarType.h | 52 std::string getCppType(
|
D | EnumType.h | 55 std::string getCppType(StorageMode mode, 190 std::string getCppType(StorageMode mode,
|
D | FmqType.cpp | 45 std::string FmqType::getCppType( in getCppType() function in android::FmqType
|
D | HandleType.cpp | 36 std::string HandleType::getCppType(StorageMode mode, in getCppType() function in android::HandleType
|
D | ArrayType.h | 52 std::string getCppType(StorageMode mode,
|
D | VectorType.h | 41 std::string getCppType(
|
D | StringType.cpp | 39 std::string StringType::getCppType(StorageMode mode, in getCppType() function in android::StringType
|
D | ScalarType.cpp | 55 std::string ScalarType::getCppType(StorageMode, bool) const { in getCppType() function in android::ScalarType
|
D | MemoryType.cpp | 28 std::string MemoryType::getCppType(StorageMode mode, in getCppType() function in android::MemoryType
|
D | Interface.h | 93 std::string getCppType(
|
D | CompoundType.h | 56 std::string getCppType(StorageMode mode,
|
D | Type.h | 160 virtual std::string getCppType(
|
D | EnumType.cpp | 167 std::string EnumType::getCppType(StorageMode, in getCppType() function in android::EnumType 858 std::string BitFieldType::getCppType(StorageMode mode, in getCppType() function in android::BitFieldType
|
D | ArrayType.cpp | 95 std::string ArrayType::getCppType(StorageMode mode, in getCppType() function in android::ArrayType
|
D | VectorType.cpp | 89 std::string VectorType::getCppType(StorageMode mode, in getCppType() function in android::VectorType
|
D | Interface.cpp | 689 std::string Interface::getCppType(StorageMode mode, in getCppType() function in android::Interface
|