Home
last modified time | relevance | path

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

/system/core/libutils/
DRefBase.cpp182 , mStrongRefs(NULL) in weakref_impl()
192 if (!mRetain && mStrongRefs != NULL) { in ~weakref_impl()
195 ref_entry* refs = mStrongRefs; in ~weakref_impl()
228 addRef(&mStrongRefs, id, mStrong.load(std::memory_order_relaxed)); in addStrongRef()
235 removeRef(&mStrongRefs, id); in removeStrongRef()
237 addRef(&mStrongRefs, id, -mStrong.load(std::memory_order_relaxed)); in removeStrongRef()
245 renameRefsId(mStrongRefs, old_id, new_id); in renameStrongRefId()
281 printRefsLocked(&text, mStrongRefs); in printRefs()
398 ref_entry* mStrongRefs; member in android::RefBase::weakref_impl