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.cpp259 // the BpRefBase object holding it (when it is constructed), to the
260 // owner of the BpRefBase object when it first acquires that BpRefBase.
264 BpRefBase::BpRefBase(const sp<IBinder>& o) function in class:android::BpRefBase
275 BpRefBase::~BpRefBase()
285 void BpRefBase::onFirstRef()
290 void BpRefBase::onLastStrongRef(const void* /*id*/)
297 bool BpRefBase
[all...]

Completed in 717 milliseconds