Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DRefBase.h253 void incWeak(const void* id);
460 if (m_ptr) m_refs->incWeak(this); in wp()
485 m_refs->incWeak(this); in wp()
520 if (otherPtr) otherRefs->incWeak(this);
555 if (otherPtr) otherRefs->incWeak(this);
577 if (other) refs->incWeak(this); in set_object_and_refs()
/system/core/libutils/
DRefBase.cpp401 refs->incWeak(id); in incStrong()
453 refs->incWeak(id); in forceIncStrong()
484 void RefBase::weakref_type::incWeak(const void* id) in incWeak() function in android::RefBase::weakref_type
535 incWeak(id); in attemptIncStrong()
673 mRefs->incWeak(id); in createWeak()
/system/libhwbinder/
DBpHwBinder.cpp137 getWeakRefs()->incWeak(this); in linkToDeath()
DParcel.cpp110 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who); in acquire_binder_object()
122 if (b != NULL) b.get_refs()->incWeak(who); in acquire_binder_object()
DIPCThreadState.cpp992 refs->incWeak(mProcess.get()); in executeCommand()