Home
last modified time | relevance | path

Searched refs:mStrongRefs (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/utils/
DRefBase.cpp90 , mStrongRefs(NULL) in weakref_impl()
100 LOG_ALWAYS_FATAL_IF(!mRetain && mStrongRefs != NULL, "Strong references remain!"); in ~weakref_impl()
106 addRef(&mStrongRefs, id, mStrong); in addStrongRef()
112 removeRef(&mStrongRefs, id); in removeStrongRef()
114 addRef(&mStrongRefs, id, -mStrong); in removeStrongRef()
146 printRefsLocked(&text, mStrongRefs); in printRefs()
236 ref_entry* mStrongRefs; member in android::RefBase::weakref_impl
278 KeyedVector<const void*, int32_t> mStrongRefs;