Searched refs:notifySensorAccuracy (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherPolicyInterface.h | 75 virtual void notifySensorAccuracy(int32_t deviceId, InputDeviceSensorType sensorType,
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeInputDispatcherPolicy.h | 188 void notifySensorAccuracy(int deviceId, InputDeviceSensorType sensorType,
|
D | FakeInputDispatcherPolicy.cpp | 386 void FakeInputDispatcherPolicy::notifySensorAccuracy(int deviceId, InputDeviceSensorType sensorType, in notifySensorAccuracy() function in android::FakeInputDispatcherPolicy
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 116 jmethodID notifySensorAccuracy; member 346 void notifySensorAccuracy(int32_t deviceId, InputDeviceSensorType sensorType, 1087 void NativeInputManager::notifySensorAccuracy(int32_t deviceId, InputDeviceSensorType sensorType, in notifySensorAccuracy() function in android::NativeInputManager 1095 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySensorAccuracy, deviceId, in notifySensorAccuracy() 2894 GET_METHOD_ID(gServiceClassInfo.notifySensorAccuracy, clazz, "notifySensorAccuracy", "(III)V"); in register_android_server_InputManager()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 2362 private void notifySensorAccuracy(int deviceId, int sensorType, int accuracy) { in notifySensorAccuracy() method in InputManagerService 2372 mSensorAccuracyListenersToNotify.get(i).notifySensorAccuracy( in notifySensorAccuracy() 3014 public void notifySensorAccuracy(int deviceId, int sensorType, int accuracy) { in notifySensorAccuracy() method in InputManagerService.SensorEventListenerRecord
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 1983 mPolicy.notifySensorAccuracy(entry->deviceId, entry->sensorType, entry->accuracy); in dispatchSensorLocked()
|