Searched refs:BpRefBase (Results 1 – 7 of 7) sorted by relevance
121 class BpRefBase : public virtual RefBase124 explicit BpRefBase(const sp<IBinder>& o);125 virtual ~BpRefBase();134 BpRefBase(const BpRefBase& o);135 BpRefBase& operator=(const BpRefBase& o);
86 class BpInterface : public INTERFACE, public BpRefBase209 : BpRefBase(remote) in BpInterface()
426 BpRefBase::BpRefBase(const sp<IBinder>& o) in BpRefBase() function in android::BpRefBase437 BpRefBase::~BpRefBase() in ~BpRefBase()447 void BpRefBase::onFirstRef() in onFirstRef()452 void BpRefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef()459 bool BpRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted()
89 struct ABpBinder : public AIBinder, public ::android::BpRefBase {
216 : AIBinder(nullptr /*clazz*/), BpRefBase(binder) { in ABpBinder()236 BpRefBase::onLastStrongRef(id); in onLastStrongRef()