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

  /frameworks/base/libs/utils/
RefBase.cpp 291 refs->incWeak(id);
334 refs->incWeak(id);
367 void RefBase::weakref_type::incWeak(const void* id)
372 LOG_ASSERT(c >= 0, "incWeak called on %p after last weak ref", this);
412 incWeak(id);
512 mRefs->incWeak(id);
  /frameworks/base/include/utils/
RefBase.h 78 void incWeak(const void* id);
460 if (m_ptr) m_refs->incWeak(this);
485 m_refs->incWeak(this);
520 if (otherPtr) otherRefs->incWeak(this);
555 if (otherPtr) otherRefs->incWeak(this);
577 if (other) refs->incWeak(this);
  /frameworks/base/libs/binder/
BpBinder.cpp 194 getWeakRefs()->incWeak(this);
Parcel.cpp 79 static_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
91 if (b != NULL) b.get_refs()->incWeak(who);
    [all...]
IPCThreadState.cpp 921 refs->incWeak(mProcess.get());
    [all...]

Completed in 32 milliseconds