Home
last modified time | relevance | path

Searched refs:onLastStrongRef (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/services/sensorservice/hidl/
DEventQueue.cpp70 void EventQueue::onLastStrongRef(const void *id) { in onLastStrongRef() function in android::frameworks::sensorservice::V1_0::implementation::EventQueue
71 IEventQueue::onLastStrongRef(id); in onLastStrongRef()
DEventQueue.h45 void onLastStrongRef(const void *) override;
/frameworks/native/libs/sensor/
DISensorEventConnection.cpp101 virtual void onLastStrongRef(const void* id) { in onLastStrongRef() function in android::BpSensorEventConnection
103 BpInterface<ISensorEventConnection>::onLastStrongRef(id); in onLastStrongRef()
/frameworks/native/libs/binder/include/binder/
DBinder.h96 virtual void onLastStrongRef(const void* id);
DBpBinder.h114 virtual void onLastStrongRef(const void* id);
/frameworks/native/libs/gui/include/gui/
DConsumerBase.h132 virtual void onLastStrongRef(const void* id);
/frameworks/native/libs/binder/ndk/
Dibinder_internal.h96 void onLastStrongRef(const void* id) override;
Dibinder.cpp171 void ABpBinder::onLastStrongRef(const void* id) { in onLastStrongRef() function in ABpBinder
186 BpRefBase::onLastStrongRef(id); in onLastStrongRef()
/frameworks/native/libs/binder/
DBinder.cpp341 void BpRefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef() function in android::BpRefBase
DBpBinder.cpp418 void BpBinder::onLastStrongRef(const void* /*id*/) in onLastStrongRef() function in android::BpBinder
/frameworks/native/libs/gui/
DConsumerBase.cpp93 void ConsumerBase::onLastStrongRef(const void* id __attribute__((unused))) { in onLastStrongRef() function in android::ConsumerBase
/frameworks/rs/cpp/util/
DRefBase.h143 virtual void onLastStrongRef(const void* id);