Searched refs:onLastStrongRef (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/services/sensorservice/hidl/
H A DEventQueue.cpp70 void EventQueue::onLastStrongRef(const void *id) { function in class:android::frameworks::sensorservice::V1_0::implementation::EventQueue
71 IEventQueue::onLastStrongRef(id);
H A DEventQueue.h45 void onLastStrongRef(const void *) override;
/frameworks/native/include/binder/
H A DBinder.h86 virtual void onLastStrongRef(const void* id);
H A DBpBinder.h96 virtual void onLastStrongRef(const void* id);
/frameworks/native/libs/binder/include/binder/
H A DBinder.h86 virtual void onLastStrongRef(const void* id);
H A DBpBinder.h96 virtual void onLastStrongRef(const void* id);
/frameworks/native/include/gui/
H A DConsumerBase.h110 // onLastStrongRef gets called by RefBase just before the dtor of the most
120 virtual void onLastStrongRef(const void* id);
/frameworks/native/libs/binder/
H A DBinder.cpp299 void BpRefBase::onLastStrongRef(const void* /*id*/) function in class:android::BpRefBase
H A DBpBinder.cpp346 void BpBinder::onLastStrongRef(const void* /*id*/) function in class:android::BpBinder
348 ALOGV("onLastStrongRef BpBinder %p handle %d\n", this, mHandle);
/frameworks/native/libs/gui/
H A DConsumerBase.cpp86 // be done by ConsumerBase::onLastStrongRef(), but it's possible for a
88 // ConsumerBase::onLastStrongRef().
93 void ConsumerBase::onLastStrongRef(const void* id __attribute__((unused))) { function in class:android::ConsumerBase
/frameworks/rs/cpp/util/
H A DRefBase.h142 virtual void onLastStrongRef(const void* id);

Completed in 2556 milliseconds