Home
last modified time | relevance | path

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

/frameworks/base/libs/utils/
DRefBase.cpp331 refs->incWeak(id); in incStrong()
368 refs->incWeak(id); in forceIncStrong()
397 void RefBase::weakref_type::incWeak(const void* id) in incWeak() function in android::RefBase::weakref_type
440 incWeak(id); in attemptIncStrong()
539 mRefs->incWeak(id); in createWeak()
/frameworks/base/include/utils/
DRefBase.h80 void incWeak(const void* id);
305 if (m_ptr) m_refs->incWeak(this); in wp()
330 m_refs->incWeak(this); in wp()
365 if (otherPtr) otherRefs->incWeak(this);
400 if (otherPtr) otherRefs->incWeak(this);
422 if (other) refs->incWeak(this); in set_object_and_refs()
/frameworks/base/libs/binder/
DBpBinder.cpp194 getWeakRefs()->incWeak(this); in linkToDeath()
DParcel.cpp84 static_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who); in acquire_object()
96 if (b != NULL) b.get_refs()->incWeak(who); in acquire_object()
DIPCThreadState.cpp936 refs->incWeak(mProcess.get()); in executeCommand()