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

  /frameworks/native/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);
  /frameworks/native/libs/binder/
Binder.cpp 218 // the BpRefBase object holding it (when it is constructed), to the
219 // owner of the BpRefBase object when it first acquires that BpRefBase.
223 BpRefBase::BpRefBase(const sp<IBinder>& o)
234 BpRefBase::~BpRefBase()
244 void BpRefBase::onFirstRef()
249 void BpRefBase::onLastStrongRef(const void* id)
256 bool BpRefBase::onIncStrongAttempted(uint32_t flags, const void* id
    [all...]

Completed in 839 milliseconds