Searched refs:incWeak (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/libs/utils/
H A DRefBase.cpp331 refs->incWeak(id);
368 refs->incWeak(id);
397 void RefBase::weakref_type::incWeak(const void* id) function in class:android::RefBase::weakref_type
402 ALOG_ASSERT(c >= 0, "incWeak called on %p after last weak ref", this);
440 incWeak(id);
539 mRefs->incWeak(id);
/frameworks/native/include/utils/
H A DRefBase.h81 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/native/libs/binder/
H A DBpBinder.cpp194 getWeakRefs()->incWeak(this);
H A DParcel.cpp84 static_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
96 if (b != NULL) b.get_refs()->incWeak(who);
H A DIPCThreadState.cpp942 refs->incWeak(mProcess.get());

Completed in 44 milliseconds