Searched refs:BpRefBase (Results 1 – 3 of 3) sorted by relevance
80 class BpRefBase : public virtual RefBase83 BpRefBase(const sp<IBinder>& o);84 virtual ~BpRefBase();93 BpRefBase(const BpRefBase& o);94 BpRefBase& operator=(const BpRefBase& o);
63 class BpInterface : public INTERFACE, public BpRefBase136 : BpRefBase(remote) in BpInterface()
233 BpRefBase::BpRefBase(const sp<IBinder>& o) in BpRefBase() function in android::BpRefBase244 BpRefBase::~BpRefBase() in ~BpRefBase()254 void BpRefBase::onFirstRef() in onFirstRef()259 void BpRefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef()266 bool BpRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted()