Searched refs:InputDeviceSensorAccuracy (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherPolicyInterface.h | 73 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp, 76 InputDeviceSensorAccuracy accuracy) = 0;
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | SensorInputMapper.h | 94 InputDeviceSensorAccuracy accuracy; 104 this->accuracy = InputDeviceSensorAccuracy::ACCURACY_NONE; in resetValue()
|
D | SensorInputMapper.cpp | 216 InputDeviceSensorAccuracy::ACCURACY_HIGH, in createSensor()
|
/frameworks/native/include/input/ |
D | InputDevice.h | 113 enum class InputDeviceSensorAccuracy : int32_t { enum 147 InputDeviceSensorType type, InputDeviceSensorAccuracy accuracy, in InputDeviceSensorInfo() 176 InputDeviceSensorAccuracy accuracy;
|
/frameworks/native/services/inputflinger/include/ |
D | NotifyArgs.h | 152 InputDeviceSensorAccuracy accuracy; 160 InputDeviceSensorType sensorType, InputDeviceSensorAccuracy accuracy,
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeInputDispatcherPolicy.h | 186 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp, 189 InputDeviceSensorAccuracy accuracy) override;
|
D | FakeInputDispatcherPolicy.cpp | 382 InputDeviceSensorAccuracy accuracy, in notifySensorEvent() 387 InputDeviceSensorAccuracy accuracy) {} in notifySensorAccuracy()
|
D | InputReader_test.cpp | 3277 ASSERT_EQ(args.accuracy, InputDeviceSensorAccuracy::ACCURACY_HIGH); in TEST_F() 3307 ASSERT_EQ(args.accuracy, InputDeviceSensorAccuracy::ACCURACY_HIGH); in TEST_F()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | Entry.h | 194 InputDeviceSensorAccuracy accuracy; 202 InputDeviceSensorAccuracy accuracy, bool accuracyChanged,
|
D | Entry.cpp | 255 InputDeviceSensorType sensorType, InputDeviceSensorAccuracy accuracy, in SensorEntry()
|
/frameworks/native/services/inputflinger/ |
D | NotifyArgs.cpp | 162 InputDeviceSensorAccuracy accuracy, bool accuracyChanged, in NotifySensorArgs()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 344 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp, 347 InputDeviceSensorAccuracy accuracy) override; 1072 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp, in notifySensorEvent() 1088 InputDeviceSensorAccuracy accuracy) { in notifySensorAccuracy()
|