Searched refs:notifySensorAccuracy (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/dispatcher/include/ |
H A D | InputDispatcherPolicyInterface.h | 85 virtual void notifySensorAccuracy(int32_t deviceId, InputDeviceSensorType sensorType,
|
/aosp12/frameworks/native/services/inputflinger/benchmarks/ |
H A D | InputDispatcher_benchmarks.cpp | 84 void notifySensorAccuracy(int32_t deviceId, InputDeviceSensorType sensorType, in notifySensorAccuracy() function in android::inputdispatcher::FakeInputDispatcherPolicy
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 108 jmethodID notifySensorAccuracy; member 324 void notifySensorAccuracy(int32_t deviceId, InputDeviceSensorType sensorType, 958 void NativeInputManager::notifySensorAccuracy(int32_t deviceId, InputDeviceSensorType sensorType, in notifySensorAccuracy() function in android::NativeInputManager 966 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySensorAccuracy, deviceId, in notifySensorAccuracy() 2403 GET_METHOD_ID(gServiceClassInfo.notifySensorAccuracy, clazz, "notifySensorAccuracy", "(III)V"); in register_android_server_InputManager()
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 2793 private void notifySensorAccuracy(int deviceId, int sensorType, int accuracy) { in notifySensorAccuracy() method in InputManagerService 2803 mSensorAccuracyListenersToNotify.get(i).notifySensorAccuracy( in notifySensorAccuracy() 3424 public void notifySensorAccuracy(int deviceId, int sensorType, int accuracy) { in notifySensorAccuracy() method in InputManagerService.SensorEventListenerRecord
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 350 void notifySensorAccuracy(int deviceId, InputDeviceSensorType sensorType, in notifySensorAccuracy() function in android::inputdispatcher::FakeInputDispatcherPolicy
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | InputDispatcher.cpp | 1515 mPolicy->notifySensorAccuracy(entry->deviceId, entry->sensorType, entry->accuracy); in doNotifySensorLockedInterruptible()
|