Home
last modified time | relevance | path

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

/system/core/libutils/
DRefBase.cpp325 refs->incWeak(id); in incStrong()
362 refs->incWeak(id); in forceIncStrong()
391 void RefBase::weakref_type::incWeak(const void* id) in incWeak() function in android::RefBase::weakref_type
434 incWeak(id); in attemptIncStrong()
574 mRefs->incWeak(id); in createWeak()
/system/core/include/utils/
DRefBase.h85 void incWeak(const void* id);
324 if (m_ptr) m_refs->incWeak(this); in wp()
349 m_refs->incWeak(this); in wp()
384 if (otherPtr) otherRefs->incWeak(this);
419 if (otherPtr) otherRefs->incWeak(this);
441 if (other) refs->incWeak(this); in set_object_and_refs()