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

  /frameworks/base/include/binder/
Binder.h 78 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);
IInterface.h 63 class BpInterface : public INTERFACE, public BpRefBase
136 : BpRefBase(remote)
  /frameworks/base/libs/binder/
Binder.cpp 211 // the BpRefBase object holding it (when it is constructed), to the
212 // owner of the BpRefBase object when it first acquires that BpRefBase.
216 BpRefBase::BpRefBase(const sp<IBinder>& o)
227 BpRefBase::~BpRefBase()
237 void BpRefBase::onFirstRef()
242 void BpRefBase::onLastStrongRef(const void* id)
249 bool BpRefBase::onIncStrongAttempted(uint32_t flags, const void* id
    [all...]

Completed in 218 milliseconds