Lines Matching refs:mBase
153 RefBase* const mBase; member in android::RefBase::weakref_impl
161 , mBase(base) in weakref_impl()
180 , mBase(base) in weakref_impl()
279 mBase, this); in printRefs()
284 mBase, this); in printRefs()
353 id, mBase, this); in removeRef()
429 refs->mBase->onFirstRef(); in incStrong()
444 refs->mBase->onLastStrongRef(id); in decStrong()
486 refs->mBase->onFirstRef(); in forceIncStrong()
498 return static_cast<const weakref_impl*>(this)->mBase; in refBase()
537 "before it had a strong reference", impl->mBase); in decWeak()
545 impl->mBase->onLastWeakRef(id); in decWeak()
546 delete impl->mBase; in decWeak()
609 if (!impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id)) { in attemptIncStrong()
623 impl->mBase->onLastStrongRef(id); in attemptIncStrong()