Searched refs:BpHwRefBase (Results 1 – 4 of 4) sorted by relevance
98 class BpHwRefBase : public virtual RefBase101 explicit BpHwRefBase(const sp<IBinder>& o);102 virtual ~BpHwRefBase();111 BpHwRefBase(const BpHwRefBase& o);112 BpHwRefBase& operator=(const BpHwRefBase& o);
45 class BpInterface : public INTERFACE, public IInterface, public BpHwRefBase60 : BpHwRefBase(remote) in BpInterface()
238 BpHwRefBase::BpHwRefBase(const sp<IBinder>& o) in BpHwRefBase() function in android::hardware::BpHwRefBase246 BpHwRefBase::~BpHwRefBase() in ~BpHwRefBase()255 void BpHwRefBase::onFirstRef() in onFirstRef()260 void BpHwRefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef()267 bool BpHwRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted()
216 __attribute__((no_sanitize("cfi"))) static inline BpHwRefBase* forceGetRefBase( in forceGetRefBase()230 return static_cast<BpHwRefBase*>(bpBase); in forceGetRefBase()239 BpHwRefBase* bpRefBase = forceGetRefBase(ifacePtr); in getOrCreateCachedBinder()