HomeSort by relevance Sort by last modified time
    Searched refs:incWeak (Results 1 - 9 of 9) 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);
  /system/core/libutils/include/utils/
RefBase.h 253 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);
  /system/core/libutils/
RefBase.cpp 401 refs->incWeak(id);
457 refs->incWeak(id);
488 void RefBase::weakref_type::incWeak(const void* id)
494 ALOG_ASSERT(c >= 0, "incWeak called on %p after last weak ref", this);
539 incWeak(id);
677 mRefs->incWeak(id);
  /system/libhwbinder/
BpHwBinder.cpp 137 getWeakRefs()->incWeak(this);
IPCThreadState.cpp 686 proxy->getWeakRefs()->incWeak(mProcess.get());
    [all...]
Parcel.cpp 110 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
122 if (b != NULL) b.get_refs()->incWeak(who);
    [all...]
  /frameworks/native/libs/binder/
BpBinder.cpp 244 getWeakRefs()->incWeak(this);
IPCThreadState.cpp 677 proxy->getWeakRefs()->incWeak(mProcess.get());
1044 refs->incWeak(mProcess.get());
    [all...]
Parcel.cpp 116 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
128 if (b != NULL) b.get_refs()->incWeak(who);
    [all...]

Completed in 126 milliseconds