Home
last modified time | relevance | path

Searched defs:notifySensorAccuracy (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp84 void notifySensorAccuracy(int32_t deviceId, InputDeviceSensorType sensorType, in notifySensorAccuracy() function in android::inputdispatcher::FakeInputDispatcherPolicy
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2793 private void notifySensorAccuracy(int deviceId, int sensorType, int accuracy) { in notifySensorAccuracy() method in InputManagerService
3424 public void notifySensorAccuracy(int deviceId, int sensorType, int accuracy) { in notifySensorAccuracy() method in InputManagerService.SensorEventListenerRecord
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp108 jmethodID notifySensorAccuracy; member
958 void NativeInputManager::notifySensorAccuracy(int32_t deviceId, InputDeviceSensorType sensorType, in notifySensorAccuracy() function in android::NativeInputManager
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp350 void notifySensorAccuracy(int deviceId, InputDeviceSensorType sensorType, in notifySensorAccuracy() function in android::inputdispatcher::FakeInputDispatcherPolicy