Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DBinder.h80 class BpRefBase : public virtual RefBase
83 BpRefBase(const sp<IBinder>& o);
84 virtual ~BpRefBase();
93 BpRefBase(const BpRefBase& o);
94 BpRefBase& operator=(const BpRefBase& o);
DIInterface.h63 class BpInterface : public INTERFACE, public BpRefBase
136 : BpRefBase(remote) in BpInterface()
/frameworks/native/libs/binder/
DBinder.cpp233 BpRefBase::BpRefBase(const sp<IBinder>& o) in BpRefBase() function in android::BpRefBase
244 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()