Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.cpp386 void FakeInputDispatcherPolicy::notifySensorAccuracy(int deviceId, InputDeviceSensorType sensorType, in notifySensorAccuracy() function in android::FakeInputDispatcherPolicy
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2362 private void notifySensorAccuracy(int deviceId, int sensorType, int accuracy) { in notifySensorAccuracy() method in InputManagerService
3014 public void notifySensorAccuracy(int deviceId, int sensorType, int accuracy) { in notifySensorAccuracy() method in InputManagerService.SensorEventListenerRecord
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp116 jmethodID notifySensorAccuracy; member
1087 void NativeInputManager::notifySensorAccuracy(int32_t deviceId, InputDeviceSensorType sensorType, in notifySensorAccuracy() function in android::NativeInputManager