Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DBinder.h78 class BpRefBase : public virtual RefBase
81 BpRefBase(const sp<IBinder>& o);
82 virtual ~BpRefBase();
91 BpRefBase(const BpRefBase& o);
92 BpRefBase& operator=(const BpRefBase& o);
DIInterface.h63 class BpInterface : public INTERFACE, public BpRefBase
136 : BpRefBase(remote) in BpInterface()
/frameworks/native/libs/binder/
DBinder.cpp223 BpRefBase::BpRefBase(const sp<IBinder>& o) in BpRefBase() function in android::BpRefBase
234 BpRefBase::~BpRefBase() in ~BpRefBase()
244 void BpRefBase::onFirstRef() in onFirstRef()
249 void BpRefBase::onLastStrongRef(const void* id) in onLastStrongRef()
256 bool BpRefBase::onIncStrongAttempted(uint32_t flags, const void* id) in onIncStrongAttempted()