Home
last modified time | relevance | path

Searched refs:weakref_impl (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/libutils/
H A DRefBase.cpp188 weakref_impl(RefBase* base) in weakref_impl() function in android::RefBase::weakref_impl
200 ~weakref_impl() in ~weakref_impl()
427 weakref_impl* const refs = mRefs; in incStrong()
447 weakref_impl* const refs = mRefs; in incStrongRequireStrong()
531 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak()
540 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeakRequireWeak()
549 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak()
590 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncStrong()
687 weakref_impl* const impl = static_cast<weakref_impl*>(this); in attemptIncWeak()
736 : mRefs(new weakref_impl(this)) in RefBase()
[all …]
/aosp12/system/core/libutils/include/utils/
H A DRefBase.h379 class weakref_impl; variable
395 weakref_impl* const mRefs;
/aosp12/frameworks/rs/cpp/util/
H A DRefBase.h154 class weakref_impl; variable
159 weakref_impl* const mRefs;