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

/frameworks/native/libs/utils/
H A DRefBase.cpp52 class RefBase::weakref_impl : public RefBase::weakref_type class in class:android::RefBase
62 weakref_impl(RefBase* base) function in class:android::RefBase::weakref_impl
81 weakref_impl(RefBase* base) function in class:android::RefBase::weakref_impl
93 ~weakref_impl()
330 weakref_impl* const refs = mRefs;
349 weakref_impl* const refs = mRefs;
367 weakref_impl* const refs = mRefs;
394 return static_cast<const weakref_impl*>(this)->mBase;
399 weakref_impl* const impl = static_cast<weakref_impl*>(thi
[all...]
/frameworks/native/include/utils/
H A DRefBase.h153 class weakref_impl;
158 weakref_impl* const mRefs;

Completed in 448 milliseconds