Home
last modified time | relevance | path

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

/system/tools/hidl/
DTypeDef.h38 bool resultNeedsDeref() const override;
DPointerType.cpp62 bool PointerType::resultNeedsDeref() const { in resultNeedsDeref() function in android::PointerType
DTypeDef.cpp58 bool TypeDef::resultNeedsDeref() const { in resultNeedsDeref() function in android::TypeDef
DPointerType.h49 bool resultNeedsDeref() const override;
DDeathRecipientType.h46 bool resultNeedsDeref() const override;
DDeathRecipientType.cpp73 bool DeathRecipientType::resultNeedsDeref() const { in resultNeedsDeref() function in android::DeathRecipientType
DMemoryType.h58 bool resultNeedsDeref() const override;
DFmqType.h62 bool resultNeedsDeref() const override;
DRefType.h69 bool resultNeedsDeref() const override;
DStringType.h78 bool resultNeedsDeref() const override;
DMemoryType.cpp140 bool MemoryType::resultNeedsDeref() const { in resultNeedsDeref() function in android::MemoryType
DFmqType.cpp159 bool FmqType::resultNeedsDeref() const { in resultNeedsDeref() function in android::FmqType
DStringType.cpp208 bool StringType::resultNeedsDeref() const { in resultNeedsDeref() function in android::StringType
DArrayType.h107 bool resultNeedsDeref() const override;
DRefType.cpp236 bool RefType::resultNeedsDeref() const { in resultNeedsDeref() function in android::RefType
DVectorType.h119 bool resultNeedsDeref() const override;
DCompoundType.h127 bool resultNeedsDeref() const override;
DType.h197 virtual bool resultNeedsDeref() const;
DgenerateCpp.cpp1477 if (arg->type().resultNeedsDeref()) { in generateStaticProxyMethodSource()
1843 if (arg->type().resultNeedsDeref()) { in generateStaticStubMethodSource()
1884 if (arg->type().resultNeedsDeref()) { in generateStaticStubMethodSource()
2247 << (arg->type().resultNeedsDeref() ? "" : "&") in generateCppInstrumentationCall()
2278 << (arg->type().resultNeedsDeref() ? "" : "&") in generateCppInstrumentationCall()
DType.cpp402 bool Type::resultNeedsDeref() const { in resultNeedsDeref() function in android::Type
DArrayType.cpp358 bool ArrayType::resultNeedsDeref() const { in resultNeedsDeref() function in android::ArrayType
DVectorType.cpp718 bool VectorType::resultNeedsDeref() const { in resultNeedsDeref() function in android::VectorType
DCompoundType.cpp979 bool CompoundType::resultNeedsDeref() const { in resultNeedsDeref() function in android::CompoundType