Searched refs:BpRefBase (Results 1 – 5 of 5) sorted by relevance
90 class BpRefBase : public virtual RefBase93 explicit BpRefBase(const sp<IBinder>& o);94 virtual ~BpRefBase();103 BpRefBase(const BpRefBase& o);104 BpRefBase& operator=(const BpRefBase& o);
64 class BpInterface : public INTERFACE, public BpRefBase159 : BpRefBase(remote) in BpInterface()
315 BpRefBase::BpRefBase(const sp<IBinder>& o) in BpRefBase() function in android::BpRefBase326 BpRefBase::~BpRefBase() in ~BpRefBase()336 void BpRefBase::onFirstRef() in onFirstRef()341 void BpRefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef()348 bool BpRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted()
88 struct ABpBinder : public AIBinder, public ::android::BpRefBase {
166 : AIBinder(nullptr /*clazz*/), BpRefBase(binder) { in ABpBinder()186 BpRefBase::onLastStrongRef(id); in onLastStrongRef()