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

  /system/core/libutils/
RefBase.cpp 79 // A weakref_impl is allocated as the value of mRefs in a RefBase object on
125 class RefBase::weakref_impl : public RefBase::weakref_type class in class:android::RefBase
135 weakref_impl(RefBase* base) function in class:android::RefBase::weakref_impl
154 weakref_impl(RefBase* base) function in class:android::RefBase::weakref_impl
166 ~weakref_impl()
385 weakref_impl* const refs = mRefs;
407 weakref_impl* const refs = mRefs;
437 weakref_impl* const refs = mRefs;
466 return static_cast<const weakref_impl*>(this)->mBase;
471 weakref_impl* const impl = static_cast<weakref_impl*>(this)
    [all...]
  /frameworks/rs/cpp/util/
RefBase.h 153 class weakref_impl;
158 weakref_impl* const mRefs;
  /frameworks/rs/server/
RefBase.h 152 class weakref_impl;
157 weakref_impl* const mRefs;
  /system/core/include/utils/
RefBase.h 152 class weakref_impl;
168 weakref_impl* const mRefs;

Completed in 130 milliseconds