Home
last modified time | relevance | path

Searched refs:isNeverStrongReference (Results 1 – 5 of 5) sorted by relevance

/system/tools/hidl/
DInterface.h138 bool isNeverStrongReference() const override;
DType.cpp156 if (!ref->shallowGet()->isNeverStrongReference()) { in getStrongReferences()
730 bool Type::isNeverStrongReference() const { in isNeverStrongReference() function in android::Type
DType.h319 virtual bool isNeverStrongReference() const;
DMethod.cpp103 if (!ref->shallowGet()->isNeverStrongReference()) { in getStrongReferences()
DInterface.cpp983 bool Interface::isNeverStrongReference() const { in isNeverStrongReference() function in android::Interface