Home
last modified time | relevance | path

Searched refs:InputDeviceSensorAccuracy (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/frameworks/native/include/input/
H A DInputDevice.h113 enum class InputDeviceSensorAccuracy : int32_t { enum
148 InputDeviceSensorType type, InputDeviceSensorAccuracy accuracy, in InputDeviceSensorInfo()
177 InputDeviceSensorAccuracy accuracy;
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/include/
H A DInputDispatcherPolicyInterface.h70 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp,
73 InputDeviceSensorAccuracy accuracy) = 0;
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DSensorInputMapper.h94 InputDeviceSensorAccuracy accuracy;
104 this->accuracy = InputDeviceSensorAccuracy::NONE; in resetValue()
H A DSensorInputMapper.cpp215 InputDeviceSensorAccuracy::HIGH, in createSensor()
/aosp_15_r20/frameworks/native/services/inputflinger/include/
H A DNotifyArgs.h137 InputDeviceSensorAccuracy accuracy;
145 InputDeviceSensorType sensorType, InputDeviceSensorAccuracy accuracy,
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DSensorInputMapper_test.cpp128 ASSERT_EQ(arg.accuracy, InputDeviceSensorAccuracy::HIGH); in TEST_F()
173 ASSERT_EQ(arg.accuracy, InputDeviceSensorAccuracy::HIGH); in TEST_F()
H A DFakeInputDispatcherPolicy.h183 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp,
186 InputDeviceSensorAccuracy accuracy) override;
H A DFakeInputDispatcherPolicy.cpp370 InputDeviceSensorAccuracy accuracy, in notifySensorEvent()
375 InputDeviceSensorAccuracy accuracy) {} in notifySensorAccuracy()
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DEntry.h188 InputDeviceSensorAccuracy accuracy;
196 InputDeviceSensorAccuracy accuracy, bool accuracyChanged,
H A DEntry.cpp246 InputDeviceSensorType sensorType, InputDeviceSensorAccuracy accuracy, in SensorEntry()
/aosp_15_r20/frameworks/native/services/inputflinger/
H A DNotifyArgs.cpp157 InputDeviceSensorAccuracy accuracy, bool accuracyChanged, in NotifySensorArgs()
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp407 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp,
410 InputDeviceSensorAccuracy accuracy) override;
1266 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp, in notifySensorEvent()
1282 InputDeviceSensorAccuracy accuracy) { in notifySensorAccuracy()