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

  /frameworks/native/services/sensorservice/hidl/
EventQueue.cpp 70 void EventQueue::onLastStrongRef(const void *id) {
71 IEventQueue::onLastStrongRef(id);
  /frameworks/native/libs/sensor/
ISensorEventConnection.cpp 101 virtual void onLastStrongRef(const void* id) {
103 BpInterface<ISensorEventConnection>::onLastStrongRef(id);
  /system/libhwbinder/
Binder.cpp 207 void BpHwRefBase::onLastStrongRef(const void* /*id*/)
BpHwBinder.cpp 288 void BpHwBinder::onLastStrongRef(const void* /*id*/)
290 ALOGV("onLastStrongRef BpHwBinder %p handle %d\n", this, mHandle);
  /frameworks/native/libs/binder/
Binder.cpp 301 void BpRefBase::onLastStrongRef(const void* /*id*/)
BpBinder.cpp 415 void BpBinder::onLastStrongRef(const void* /*id*/)
417 ALOGV("onLastStrongRef BpBinder %p handle %d\n", this, mHandle);
  /frameworks/native/libs/gui/
ConsumerBase.cpp 86 // be done by ConsumerBase::onLastStrongRef(), but it's possible for a
88 // ConsumerBase::onLastStrongRef().
93 void ConsumerBase::onLastStrongRef(const void* id __attribute__((unused))) {
  /system/core/libutils/
RefBase.cpp 431 refs->mBase->onLastStrongRef(id);
606 // an unneeded reference. So call onLastStrongRef() here to remove it.
610 impl->mBase->onLastStrongRef(id);
729 void RefBase::onLastStrongRef(const void* /*id*/)

Completed in 2339 milliseconds