Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherPolicyInterface.h71 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp,
74 InputDeviceSensorAccuracy accuracy) = 0;
/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.h94 InputDeviceSensorAccuracy accuracy;
104 this->accuracy = InputDeviceSensorAccuracy::ACCURACY_NONE; in resetValue()
DSensorInputMapper.cpp216 InputDeviceSensorAccuracy::ACCURACY_HIGH, in createSensor()
/frameworks/native/include/input/
DInputDevice.h102 enum class InputDeviceSensorAccuracy : int32_t { enum
133 InputDeviceSensorType type, InputDeviceSensorAccuracy accuracy, in InputDeviceSensorInfo()
162 InputDeviceSensorAccuracy accuracy;
/frameworks/native/services/inputflinger/include/
DNotifyArgs.h152 InputDeviceSensorAccuracy accuracy;
160 InputDeviceSensorType sensorType, InputDeviceSensorAccuracy accuracy,
/frameworks/native/services/inputflinger/dispatcher/
DEntry.h196 InputDeviceSensorAccuracy accuracy;
204 InputDeviceSensorAccuracy accuracy, bool accuracyChanged,
DEntry.cpp276 InputDeviceSensorType sensorType, InputDeviceSensorAccuracy accuracy, in SensorEntry()
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp77 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp, in notifySensorEvent()
81 InputDeviceSensorAccuracy accuracy) override {} in notifySensorAccuracy()
/frameworks/native/services/inputflinger/
DNotifyArgs.cpp162 InputDeviceSensorAccuracy accuracy, bool accuracyChanged, in NotifySensorArgs()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp342 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp,
345 InputDeviceSensorAccuracy accuracy) override;
983 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp, in notifySensorEvent()
999 InputDeviceSensorAccuracy accuracy) { in notifySensorAccuracy()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp545 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp, in notifySensorEvent()
549 InputDeviceSensorAccuracy accuracy) override {} in notifySensorAccuracy()
DInputReader_test.cpp2935 ASSERT_EQ(args.accuracy, InputDeviceSensorAccuracy::ACCURACY_HIGH); in TEST_F()
2965 ASSERT_EQ(args.accuracy, InputDeviceSensorAccuracy::ACCURACY_HIGH); in TEST_F()