Home | History | Annotate | Download | only in libutils

Lines Matching defs:mBase

140     RefBase* const          mBase;
148 , mBase(base)
167 , mBase(base)
214 // "addStrongRef: RefBase=%p, id=%p", mBase, id);
220 // "removeStrongRef: RefBase=%p, id=%p", mBase, id);
231 // mBase, old_id, new_id);
266 mBase, this);
271 mBase, this);
340 id, mBase, this);
417 refs->mBase->onFirstRef();
432 refs->mBase->onLastStrongRef(id);
469 refs->mBase->onFirstRef();
481 mBase;
518 // used to deallocate mBase here, so this may now indicate a leak.
520 "before it had a strong reference", impl->mBase);
522 // ALOGV("Freeing refs %p of old RefBase %p\n", this, impl->mBase);
528 impl->mBase->onLastWeakRef(id);
529 delete impl->mBase;
592 if (!impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id)) {
606 impl->mBase->onLastStrongRef(id);