Searched refs:BpRefBase (Results 1 – 3 of 3) sorted by relevance
78 class BpRefBase : public virtual RefBase81 BpRefBase(const sp<IBinder>& o);82 virtual ~BpRefBase();91 BpRefBase(const BpRefBase& o);92 BpRefBase& operator=(const BpRefBase& o);
63 class BpInterface : public INTERFACE, public BpRefBase136 : BpRefBase(remote) in BpInterface()
223 BpRefBase::BpRefBase(const sp<IBinder>& o) in BpRefBase() function in android::BpRefBase234 BpRefBase::~BpRefBase() in ~BpRefBase()244 void BpRefBase::onFirstRef() in onFirstRef()249 void BpRefBase::onLastStrongRef(const void* id) in onLastStrongRef()256 bool BpRefBase::onIncStrongAttempted(uint32_t flags, const void* id) in onIncStrongAttempted()