/aosp12/frameworks/native/services/sensorservice/hidl/ |
H A D | EventQueue.cpp | 70 void EventQueue::onLastStrongRef(const void *id) { in onLastStrongRef() function in android::frameworks::sensorservice::V1_0::implementation::EventQueue 71 IEventQueue::onLastStrongRef(id); in onLastStrongRef()
|
H A D | EventQueue.h | 45 void onLastStrongRef(const void *) override;
|
/aosp12/frameworks/native/libs/sensor/ |
H A D | ISensorEventConnection.cpp | 101 virtual void onLastStrongRef(const void* id) { in onLastStrongRef() function in android::BpSensorEventConnection 103 BpInterface<ISensorEventConnection>::onLastStrongRef(id); in onLastStrongRef()
|
/aosp12/packages/services/Car/cpp/evs/support_library/ |
H A D | ResourceManager.h | 124 void onLastStrongRef(const void* /*id*/) { in onLastStrongRef() function
|
/aosp12/system/core/libutils/ |
H A D | RefBase.cpp | 472 refs->mBase->onLastStrongRef(id); in decStrong() 659 impl->mBase->onLastStrongRef(id); in attemptIncStrong() 781 void RefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef() function in android::RefBase
|
/aosp12/system/libhwbinder/include/hwbinder/ |
H A D | Binder.h | 104 virtual void onLastStrongRef(const void* id);
|
H A D | BpHwBinder.h | 101 virtual void onLastStrongRef(const void* id);
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | Binder.h | 131 virtual void onLastStrongRef(const void* id);
|
H A D | BpBinder.h | 167 virtual void onLastStrongRef(const void* id);
|
/aosp12/frameworks/native/include/binder/ |
H A D | Binder.h | 131 virtual void onLastStrongRef(const void* id);
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | ConsumerBase.h | 135 virtual void onLastStrongRef(const void* id);
|
/aosp12/frameworks/native/libs/binder/ndk/ |
H A D | ibinder_internal.h | 102 void onLastStrongRef(const void* id) override;
|
H A D | ibinder.cpp | 234 void ABpBinder::onLastStrongRef(const void* id) { in onLastStrongRef() function in ABpBinder 249 BpRefBase::onLastStrongRef(id); in onLastStrongRef()
|
/aosp12/system/libhwbinder/ |
H A D | Binder.cpp | 260 void BpHwRefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef() function in android::hardware::BpHwRefBase
|
H A D | BpHwBinder.cpp | 285 void BpHwBinder::onLastStrongRef(const void* /*id*/) in onLastStrongRef() function in android::hardware::BpHwBinder
|
/aosp12/frameworks/native/libs/binder/ |
H A D | Binder.cpp | 488 void BpRefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef() function in android::BpRefBase
|
H A D | BpBinder.cpp | 492 void BpBinder::onLastStrongRef(const void* /*id*/) in onLastStrongRef() function in android::BpBinder
|
/aosp12/frameworks/native/libs/gui/ |
H A D | ConsumerBase.cpp | 93 void ConsumerBase::onLastStrongRef(const void* id __attribute__((unused))) { in onLastStrongRef() function in android::ConsumerBase
|
/aosp12/system/core/libutils/include/utils/ |
H A D | RefBase.h | 366 virtual void onLastStrongRef(const void* id);
|
/aosp12/frameworks/rs/cpp/util/ |
H A D | RefBase.h | 143 virtual void onLastStrongRef(const void* id);
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | QtiComposerClient.h | 252 void onLastStrongRef(const void* id) { in onLastStrongRef() function
|