Searched defs: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 explicit BpRefBase(const sp<IBinder>& o);
84 virtual ~BpRefBase();
93 BpRefBase(const BpRefBase& o);
94 BpRefBase& operator=(const BpRefBase& o);
/frameworks/native/libs/binder/include/binder/
H A DBinder.h80 class BpRefBase : public virtual RefBase class in namespace:android
83 explicit BpRefBase(const sp<IBinder>& o);
84 virtual ~BpRefBase();
93 BpRefBase(const BpRefBase& o);
94 BpRefBase& operator=(const BpRefBase& o);
/frameworks/native/libs/binder/
H A DBinder.cpp270 // the BpRefBase object holding it (when it is constructed), to the
271 // owner of the BpRefBase object when it first acquires that BpRefBase.
275 BpRefBase::BpRefBase(const sp<IBinder>& o) function in class:android::BpRefBase
286 BpRefBase::~BpRefBase()
296 void BpRefBase::onFirstRef()
301 void BpRefBase::onLastStrongRef(const void* /*id*/)
308 bool BpRefBase
[all...]

Completed in 331 milliseconds