Searched refs:BpRefBase (Results 1 – 7 of 7) sorted by relevance
125 class BpRefBase : public virtual RefBase128 explicit BpRefBase(const sp<IBinder>& o);129 virtual ~BpRefBase();138 BpRefBase(const BpRefBase& o);139 BpRefBase& operator=(const BpRefBase& o);
84 class BpInterface : public INTERFACE, public BpRefBase206 : BpRefBase(remote) in BpInterface()
462 BpRefBase::BpRefBase(const sp<IBinder>& o) in BpRefBase() function in android::BpRefBase473 BpRefBase::~BpRefBase() in ~BpRefBase()483 void BpRefBase::onFirstRef() in onFirstRef()488 void BpRefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef()495 bool BpRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted()
94 struct ABpBinder : public AIBinder, public ::android::BpRefBase {
229 : AIBinder(nullptr /*clazz*/), BpRefBase(binder) { in ABpBinder()249 BpRefBase::onLastStrongRef(id); in onLastStrongRef()