Home
last modified time | relevance | path

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

/system/core/libutils/binder/
DRefBase.cpp218 , mStrongRefs(NULL) in weakref_impl()
228 if (!mRetain && mStrongRefs != NULL) { in ~weakref_impl()
231 ref_entry* refs = mStrongRefs; in ~weakref_impl()
266 addRef(&mStrongRefs, id, mStrong.load(std::memory_order_relaxed)); in addStrongRef()
273 removeRef(&mStrongRefs, id); in removeStrongRef()
275 addRef(&mStrongRefs, id, -mStrong.load(std::memory_order_relaxed)); in removeStrongRef()
283 renameRefsId(mStrongRefs, old_id, new_id); in renameStrongRefId()
318 printRefsLocked(&text, mStrongRefs); in printRefs()
437 ref_entry* mStrongRefs; member in android::RefBase::weakref_impl