Home
last modified time | relevance | path

Searched refs:onDirectChannelDestroyed (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/companion/virtual/sensor/
H A DIVirtualSensorCallback.aidl54 void onDirectChannelDestroyed(int channelHandle); in onDirectChannelDestroyed() method
H A DVirtualSensorDirectChannelCallback.java81 void onDirectChannelDestroyed(@IntRange(from = 1) int channelHandle); in onDirectChannelDestroyed() method
/aosp14/frameworks/base/services/core/java/com/android/server/sensors/
H A DSensorManagerInternal.java120 void onDirectChannelDestroyed(int channelHandle); in onDirectChannelDestroyed() method
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/
H A DSensorController.java221 public void onDirectChannelDestroyed(int channelHandle) { in onDirectChannelDestroyed() method in SensorController.RuntimeSensorCallbackWrapper
227 mCallback.onDirectChannelDestroyed(channelHandle); in onDirectChannelDestroyed()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_sensor_SensorService.cpp87 void onDirectChannelDestroyed(int channelHandle) override;
278 void NativeSensorService::RuntimeSensorCallbackDelegate::onDirectChannelDestroyed( in onDirectChannelDestroyed() function in android::NativeSensorService::RuntimeSensorCallbackDelegate
/aosp14/frameworks/base/core/java/android/companion/virtual/
H A DVirtualDeviceParams.java586 public void onDirectChannelDestroyed(int channelHandle) { in onDirectChannelDestroyed() method in VirtualDeviceParams.Builder.VirtualSensorCallbackDelegate
589 () -> mDirectChannelCallback.onDirectChannelDestroyed(channelHandle)); in onDirectChannelDestroyed()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt3364 method public void onDirectChannelDestroyed(@IntRange(from=1) int);