HomeSort by relevance Sort by last modified time
    Searched refs:weakref_impl (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/utils/
RefBase.cpp 52 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*>(this)
    [all...]
  /frameworks/base/include/utils/
RefBase.h 152 class weakref_impl;
157 weakref_impl* const mRefs;

Completed in 473 milliseconds