Home
last modified time | relevance | path

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

/system/core/libutils/
DRefBase.cpp135 class RefBase::weakref_impl : public RefBase::weakref_type class in android::RefBase
145 explicit weakref_impl(RefBase* base) in weakref_impl() function in android::RefBase::weakref_impl
164 weakref_impl(RefBase* base) in weakref_impl() function in android::RefBase::weakref_impl
176 ~weakref_impl() in ~weakref_impl()
400 weakref_impl* const refs = mRefs; in incStrong()
422 weakref_impl* const refs = mRefs; in decStrong()
452 weakref_impl* const refs = mRefs; in forceIncStrong()
481 return static_cast<const weakref_impl*>(this)->mBase; in refBase()
486 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak()
496 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak()
[all …]
/system/core/libutils/include/utils/
DRefBase.h330 class weakref_impl; variable
346 weakref_impl* const mRefs;