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 56 class RefBase::weakref_impl : public RefBase::weakref_type class in class:android::RefBase
67 weakref_impl(RefBase* base) function in class:android::RefBase::weakref_impl
85 weakref_impl(RefBase* base) function in class:android::RefBase::weakref_impl
95 //LOGI("NEW weakref_impl %p for RefBase %p", this, base);
98 ~weakref_impl()
141 AutoMutex _l(const_cast<weakref_impl*>(this)->mMutex);
289 weakref_impl* const refs = mRefs;
309 weakref_impl* const refs = mRefs;
332 weakref_impl* const refs = mRefs;
364 return static_cast<const weakref_impl*>(this)->mBase
    [all...]
  /frameworks/base/include/utils/
RefBase.h 152 class weakref_impl;
157 weakref_impl* const mRefs;

Completed in 176 milliseconds