Home
last modified time | relevance | path

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

/system/core/libutils/
DRefBase.cpp169 , mStrongRefs(NULL) in weakref_impl()
179 if (!mRetain && mStrongRefs != NULL) { in ~weakref_impl()
182 ref_entry* refs = mStrongRefs; in ~weakref_impl()
215 addRef(&mStrongRefs, id, mStrong.load(std::memory_order_relaxed)); in addStrongRef()
222 removeRef(&mStrongRefs, id); in removeStrongRef()
224 addRef(&mStrongRefs, id, -mStrong.load(std::memory_order_relaxed)); in removeStrongRef()
232 renameRefsId(mStrongRefs, old_id, new_id); in renameStrongRefId()
268 printRefsLocked(&text, mStrongRefs); in printRefs()
385 ref_entry* mStrongRefs; member in android::RefBase::weakref_impl