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

  /frameworks/native/include/binder/
Binder.h 86 virtual void onLastStrongRef(const void* id);
BpBinder.h 96 virtual void onLastStrongRef(const void* id);
  /frameworks/native/include/gui/
ConsumerBase.h 106 // onLastStrongRef gets called by RefBase just before the dtor of the most
116 virtual void onLastStrongRef(const void* id);
  /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*/)
  /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);
  /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/rs/cpp/util/
RefBase.h 142 virtual void onLastStrongRef(const void* id);
  /frameworks/rs/server/
RefBase.h 141 virtual void onLastStrongRef(const void* id);
  /system/core/include/utils/
RefBase.h 146 virtual void onLastStrongRef(const void* id);

Completed in 127 milliseconds