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

  /frameworks/base/include/utils/
RefBase.h 80 void incWeak(const void* id);
305 if (m_ptr) m_refs->incWeak(this);
330 m_refs->incWeak(this);
365 if (otherPtr) otherRefs->incWeak(this);
400 if (otherPtr) otherRefs->incWeak(this);
422 if (other) refs->incWeak(this);
  /frameworks/base/libs/utils/
RefBase.cpp 331 refs->incWeak(id);
368 refs->incWeak(id);
397 void RefBase::weakref_type::incWeak(const void* id)
402 LOG_ASSERT(c >= 0, "incWeak called on %p after last weak ref", this);
440 incWeak(id);
539 mRefs->incWeak(id);
  /frameworks/base/libs/binder/
BpBinder.cpp 194 getWeakRefs()->incWeak(this);
Parcel.cpp 84 static_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
96 if (b != NULL) b.get_refs()->incWeak(who);
    [all...]
IPCThreadState.cpp 937 refs->incWeak(mProcess.get());
    [all...]

Completed in 49 milliseconds