HomeSort by relevance Sort by last modified time
    Searched refs:BpRefBase (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/binder/
Binder.h 80 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);
IInterface.h 63 class BpInterface : public INTERFACE, public BpRefBase
136 : BpRefBase(remote)
  /frameworks/native/libs/binder/
Binder.cpp 228 // the BpRefBase object holding it (when it is constructed), to the
229 // owner of the BpRefBase object when it first acquires that BpRefBase.
233 BpRefBase::BpRefBase(const sp<IBinder>& o)
244 BpRefBase::~BpRefBase()
254 void BpRefBase::onFirstRef()
259 void BpRefBase::onLastStrongRef(const void* /*id*/)
266 bool BpRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/
    [all...]

Completed in 42 milliseconds