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

/system/core/libutils/
H A DRefBase.cpp64 class RefBase::weakref_impl : public RefBase::weakref_type class in class:android::RefBase
74 weakref_impl(RefBase* base) function in class:android::RefBase::weakref_impl
93 weakref_impl(RefBase* base) function in class:android::RefBase::weakref_impl
105 ~weakref_impl()
324 weakref_impl* const refs = mRefs;
343 weakref_impl* const refs = mRefs;
361 weakref_impl* const refs = mRefs;
388 return static_cast<const weakref_impl*>(this)->mBase;
393 weakref_impl* const impl = static_cast<weakref_impl*>(thi
[all...]
/system/core/include/utils/
H A DRefBase.h152 class weakref_impl;
168 weakref_impl* const mRefs;

Completed in 66 milliseconds