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

  /frameworks/native/libs/gui/
ConsumerBase.cpp 84 // be done by ConsumerBase::onLastStrongRef(), but it's possible for a
86 // ConsumerBase::onLastStrongRef().
91 void ConsumerBase::onLastStrongRef(const void* id __attribute__((unused))) {
  /frameworks/native/libs/binder/
Binder.cpp 290 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);
  /system/core/libutils/
RefBase.cpp 416 refs->mBase->onLastStrongRef(id);
580 // an unneeded reference. So call onLastStrongRef() here to remove it.
584 impl->mBase->onLastStrongRef(id);
699 void RefBase::onLastStrongRef(const void* /*id*/)

Completed in 109 milliseconds