Searched refs:BpRefBase (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/binder/
H A DBinder.h80 class BpRefBase : public virtual RefBase class in namespace:android
83 BpRefBase(const sp<IBinder>& o);
84 virtual ~BpRefBase();
93 BpRefBase(const BpRefBase& o);
94 BpRefBase& operator=(const BpRefBase& o);
H A DIInterface.h63 class BpInterface : public INTERFACE, public BpRefBase
136 : BpRefBase(remote)
/frameworks/native/libs/binder/
H A DBinder.cpp228 // the BpRefBase object holding it (when it is constructed), to the
229 // owner of the BpRefBase object when it first acquires that BpRefBase.
233 BpRefBase::BpRefBase(const sp<IBinder>& o) function in class:android::BpRefBase
244 BpRefBase::~BpRefBase()
254 void BpRefBase::onFirstRef()
259 void BpRefBase::onLastStrongRef(const void* /*id*/)
266 bool BpRefBase
[all...]

Completed in 555 milliseconds