Lines Matching refs:mBase
190 RefBase* const mBase; member in android::RefBase::weakref_impl
198 , mBase(base) in weakref_impl()
217 , mBase(base) in weakref_impl()
317 mBase, this); in printRefs()
322 mBase, this); in printRefs()
391 id, mBase, this); in removeRef()
471 refs->mBase->onFirstRef(); in incStrong()
500 refs->mBase->onLastStrongRef(id); in decStrong()
542 refs->mBase->onFirstRef(); in forceIncStrong()
554 return static_cast<const weakref_impl*>(this)->mBase; in refBase()
601 "before it had a strong reference", impl->mBase); in decWeak()
609 impl->mBase->onLastWeakRef(id); in decWeak()
610 delete impl->mBase; in decWeak()
673 if (!impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id)) { in attemptIncStrong()
687 impl->mBase->onLastStrongRef(id); in attemptIncStrong()