Home
last modified time | relevance | path

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

/system/core/libutils/
DRefBase.cpp428 refs->incWeak(id); in incStrong()
448 refs->incWeak(id); in incStrongRequireStrong()
498 refs->incWeak(id); in forceIncStrong()
529 void RefBase::weakref_type::incWeak(const void* id) in incWeak() function in android::RefBase::weakref_type
588 incWeak(id); in attemptIncStrong()
726 mRefs->incWeak(id); in createWeak()
DRefBase_fuzz.cpp123 weakRefs->incWeak(nullptr); in __anondcbc87e00b02()
/system/core/libutils/include/utils/
DRefBase.h298 void incWeak(const void* id);
590 if (m_ptr) m_refs->incWeak(this); in wp()
606 m_refs->incWeak(this); in wp()
630 if (otherPtr) otherRefs->incWeak(this);
654 if (otherPtr) otherRefs->incWeak(this);
676 if (other) refs->incWeak(this); in set_object_and_refs()
/system/libhwbinder/
DBpHwBinder.cpp142 getWeakRefs()->incWeak(this); in linkToDeath()
DIPCThreadState.cpp701 proxy->getWeakRefs()->incWeak(mProcess.get()); in incWeakHandle()
1092 refs->incWeak(mProcess.get()); in executeCommand()
DParcel.cpp96 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who); in acquire_binder_object()
108 if (b != nullptr) b.get_refs()->incWeak(who); in acquire_binder_object()