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

  /frameworks/rs/cpp/util/
RefBase.h 81 void incWeak(const void* id);
306 if (m_ptr) m_refs->incWeak(this);
331 m_refs->incWeak(this);
366 if (otherPtr) otherRefs->incWeak(this);
401 if (otherPtr) otherRefs->incWeak(this);
423 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);
  /system/core/include/utils/
RefBase.h 85 void incWeak(const void* id);
325 if (m_ptr) m_refs->incWeak(this);
350 m_refs->incWeak(this);
385 if (otherPtr) otherRefs->incWeak(this);
420 if (otherPtr) otherRefs->incWeak(this);
442 if (other) refs->incWeak(this);
  /system/core/libutils/
RefBase.cpp 386 refs->incWeak(id);
438 refs->incWeak(id);
469 void RefBase::weakref_type::incWeak(const void* id)
475 ALOG_ASSERT(c >= 0, "incWeak called on %p after last weak ref", this);
513 incWeak(id);
651 mRefs->incWeak(id);
  /frameworks/native/libs/binder/
BpBinder.cpp 195 getWeakRefs()->incWeak(this);
IPCThreadState.cpp 1014 refs->incWeak(mProcess.get());
    [all...]
Parcel.cpp 141 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
153 if (b != NULL) b.get_refs()->incWeak(who);
    [all...]

Completed in 175 milliseconds