Searched refs:BpRefBase (Results 1 – 7 of 7) sorted by relevance
141 class BpRefBase : public virtual RefBase144 explicit BpRefBase(const sp<IBinder>& o);145 virtual ~BpRefBase();154 BpRefBase(const BpRefBase& o);155 BpRefBase& operator=(const BpRefBase& o);
84 class BpInterface : public INTERFACE, public BpRefBase208 : BpRefBase(remote) in BpInterface()
679 BpRefBase::BpRefBase(const sp<IBinder>& o) in BpRefBase() function in android::BpRefBase690 BpRefBase::~BpRefBase() in ~BpRefBase()700 void BpRefBase::onFirstRef() in onFirstRef()705 void BpRefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef()712 bool BpRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted()
94 struct ABpBinder : public AIBinder, public ::android::BpRefBase {
240 : AIBinder(nullptr /*clazz*/), BpRefBase(binder) { in ABpBinder()257 BpRefBase::onLastStrongRef(id); in onLastStrongRef()