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

  /frameworks/native/include/utils/
RefBase.h 85 void incWeak(const void* id);
317 if (m_ptr) m_refs->incWeak(this);
342 m_refs->incWeak(this);
377 if (otherPtr) otherRefs->incWeak(this);
412 if (otherPtr) otherRefs->incWeak(this);
434 if (other) refs->incWeak(this);
  /frameworks/rs/server/
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/native/libs/utils/
RefBase.cpp 322 refs->incWeak(id);
359 refs->incWeak(id);
388 void RefBase::weakref_type::incWeak(const void* id)
393 ALOG_ASSERT(c >= 0, "incWeak called on %p after last weak ref", this);
431 incWeak(id);
571 mRefs->incWeak(id);
  /frameworks/native/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 946 refs->incWeak(mProcess.get());
    [all...]

Completed in 153 milliseconds