Home
last modified time | relevance | path

Searched refs:resultNeedsDeref (Results 1 – 21 of 21) sorted by relevance

/system/tools/hidl/
DDeathRecipientType.h46 bool resultNeedsDeref() const override;
DTypeDef.h42 bool resultNeedsDeref() const override;
DDeathRecipientType.cpp73 bool DeathRecipientType::resultNeedsDeref() const { in resultNeedsDeref() function in android::DeathRecipientType
DTypeDef.cpp71 bool TypeDef::resultNeedsDeref() const { in resultNeedsDeref() function in android::TypeDef
DPointerType.h62 bool resultNeedsDeref() const override;
DPointerType.cpp85 bool PointerType::resultNeedsDeref() const { in resultNeedsDeref() function in android::PointerType
DFmqType.h66 bool resultNeedsDeref() const override;
DStringType.h81 bool resultNeedsDeref() const override;
DMemoryType.h82 bool resultNeedsDeref() const override;
DFmqType.cpp164 bool FmqType::resultNeedsDeref() const { in resultNeedsDeref() function in android::FmqType
DArrayType.h88 bool resultNeedsDeref() const override;
DVectorType.h104 bool resultNeedsDeref() const override;
DStringType.cpp211 bool StringType::resultNeedsDeref() const { in resultNeedsDeref() function in android::StringType
DMemoryType.cpp226 bool MemoryType::resultNeedsDeref() const { in resultNeedsDeref() function in android::MemoryType
DCompoundType.h117 bool resultNeedsDeref() const override;
DgenerateCpp.cpp1145 if (arg->type().resultNeedsDeref()) { in generateStaticProxyMethodSource()
1501 if (arg->type().resultNeedsDeref()) { in generateStaticStubMethodSource()
1541 if (arg->type().resultNeedsDeref()) { in generateStaticStubMethodSource()
1839 << (arg->type().resultNeedsDeref() ? "" : "&") in generateCppInstrumentationCall()
1870 << (arg->type().resultNeedsDeref() ? "" : "&") in generateCppInstrumentationCall()
DType.h293 virtual bool resultNeedsDeref() const;
DArrayType.cpp292 bool ArrayType::resultNeedsDeref() const { in resultNeedsDeref() function in android::ArrayType
DVectorType.cpp613 bool VectorType::resultNeedsDeref() const { in resultNeedsDeref() function in android::VectorType
DCompoundType.cpp279 field->type().resultNeedsDeref() ? "*" : ""; in emitSafeUnionReaderWriterForInterfaces()
348 const std::string derefOperator = field->type().resultNeedsDeref() in emitReaderWriter()
1884 bool CompoundType::resultNeedsDeref() const { in resultNeedsDeref() function in android::CompoundType
DType.cpp628 bool Type::resultNeedsDeref() const { in resultNeedsDeref() function in android::Type