Searched defs:BpRefBase (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/binder/
H A DBinder.h78 class BpRefBase : public virtual RefBase class in namespace:android
81 BpRefBase(const sp<IBinder>& o);
82 virtual ~BpRefBase();
91 BpRefBase(const BpRefBase& o);
92 BpRefBase& operator=(const BpRefBase& o);
/frameworks/native/libs/binder/
H A DBinder.cpp218 // the BpRefBase object holding it (when it is constructed), to the
219 // owner of the BpRefBase object when it first acquires that BpRefBase.
223 BpRefBase::BpRefBase(const sp<IBinder>& o) function in class:android::BpRefBase
234 BpRefBase::~BpRefBase()
244 void BpRefBase::onFirstRef()
249 void BpRefBase::onLastStrongRef(const void* id)
256 bool BpRefBase
[all...]

Completed in 59 milliseconds