Home | History | Annotate | Download | only in utils

Lines Matching defs:mBase

57     RefBase* const      mBase;
65 , mBase(base)
84 , mBase(base)
141 // "addStrongRef: RefBase=%p, id=%p", mBase, id);
147 // "removeStrongRef: RefBase=%p, id=%p", mBase, id);
158 // mBase, old_id, new_id);
191 sprintf(buf, "Strong references on RefBase %p (weakref_type %p):\n", mBase, this);
194 sprintf(buf, "Weak references on RefBase %p (weakref_type %p):\n", mBase, this);
263 id, mBase, this);
268 id, mBase, this);
344 refs->mBase->onFirstRef();
357 refs->mBase->onLastStrongRef(id);
383 refs->mBase->onFirstRef();
394 return static_cast<const weakref_impl*>(this)->mBase;
422 delete impl->mBase;
424 // ALOGV("Freeing refs %p of old RefBase %p\n", this, impl->mBase);
429 impl->mBase->onLastWeakRef(id);
433 delete impl->mBase;
462 || impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id);
469 && impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id);
483 impl->mBase->onLastStrongRef(id);
495 impl->mBase->onFirstRef();