HomeSort by relevance Sort by last modified time
    Searched defs:onLastStrongRef (Results 1 - 4 of 4) sorted by null

  /frameworks/native/libs/binder/
Binder.cpp 259 void BpRefBase::onLastStrongRef(const void* /*id*/)
BpBinder.cpp 346 void BpBinder::onLastStrongRef(const void* /*id*/)
348 ALOGV("onLastStrongRef BpBinder %p handle %d\n", this, mHandle);
  /frameworks/native/libs/gui/
ConsumerBase.cpp 83 // be done by ConsumerBase::onLastStrongRef(), but it's possible for a
85 // ConsumerBase::onLastStrongRef().
90 void ConsumerBase::onLastStrongRef(const void* id __attribute__((unused))) {
  /system/core/libutils/
RefBase.cpp 351 refs->mBase->onLastStrongRef(id);
502 // an unneeded reference. So call onLastStrongRef() here to remove it.
506 impl->mBase->onLastStrongRef(id);
618 void RefBase::onLastStrongRef(const void* /*id*/)

Completed in 464 milliseconds