Home
last modified time | relevance | path

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

/system/core/libutils/
DRefBase.cpp193 , mStrongRefs(NULL) in weakref_impl()
203 if (!mRetain && mStrongRefs != NULL) { in ~weakref_impl()
206 ref_entry* refs = mStrongRefs; in ~weakref_impl()
241 addRef(&mStrongRefs, id, mStrong.load(std::memory_order_relaxed)); in addStrongRef()
248 removeRef(&mStrongRefs, id); in removeStrongRef()
250 addRef(&mStrongRefs, id, -mStrong.load(std::memory_order_relaxed)); in removeStrongRef()
258 renameRefsId(mStrongRefs, old_id, new_id); in renameStrongRefId()
293 printRefsLocked(&text, mStrongRefs); in printRefs()
412 ref_entry* mStrongRefs; member in android::RefBase::weakref_impl