Home
last modified time | relevance | path

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

/system/core/libutils/
DRefBase.cpp148 class RefBase::weakref_impl : public RefBase::weakref_type class in android::RefBase
158 explicit weakref_impl(RefBase* base) in weakref_impl() function in android::RefBase::weakref_impl
177 weakref_impl(RefBase* base) in weakref_impl() function in android::RefBase::weakref_impl
189 ~weakref_impl() in ~weakref_impl()
413 weakref_impl* const refs = mRefs; in incStrong()
434 weakref_impl* const refs = mRefs; in decStrong()
469 weakref_impl* const refs = mRefs; in forceIncStrong()
498 return static_cast<const weakref_impl*>(this)->mBase; in refBase()
503 weakref_impl* const impl = static_cast<weakref_impl*>(this); in incWeak()
513 weakref_impl* const impl = static_cast<weakref_impl*>(this); in decWeak()
[all …]
/system/core/libutils/include/utils/
DRefBase.h339 class weakref_impl; variable
355 weakref_impl* const mRefs;