Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DRefBase.cpp219 , mStrongRefs(NULL) in weakref_impl()
229 if (!mRetain && mStrongRefs != NULL) { in ~weakref_impl()
232 ref_entry* refs = mStrongRefs; in ~weakref_impl()
267 addRef(&mStrongRefs, id, mStrong.load(std::memory_order_relaxed)); in addStrongRef()
274 removeRef(&mStrongRefs, id); in removeStrongRef()
276 addRef(&mStrongRefs, id, -mStrong.load(std::memory_order_relaxed)); in removeStrongRef()
284 renameRefsId(mStrongRefs, old_id, new_id); in renameStrongRefId()
319 printRefsLocked(&text, mStrongRefs); in printRefs()
438 ref_entry* mStrongRefs; member in android::RefBase::weakref_impl