Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherPolicyInterface.h73 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp,
76 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.h113 enum class InputDeviceSensorAccuracy : int32_t { enum
147 InputDeviceSensorType type, InputDeviceSensorAccuracy accuracy, in InputDeviceSensorInfo()
176 InputDeviceSensorAccuracy accuracy;
/frameworks/native/services/inputflinger/include/
DNotifyArgs.h152 InputDeviceSensorAccuracy accuracy;
160 InputDeviceSensorType sensorType, InputDeviceSensorAccuracy accuracy,
/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.h186 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp,
189 InputDeviceSensorAccuracy accuracy) override;
DFakeInputDispatcherPolicy.cpp382 InputDeviceSensorAccuracy accuracy, in notifySensorEvent()
387 InputDeviceSensorAccuracy accuracy) {} in notifySensorAccuracy()
DInputReader_test.cpp3277 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/
DEntry.h194 InputDeviceSensorAccuracy accuracy;
202 InputDeviceSensorAccuracy accuracy, bool accuracyChanged,
DEntry.cpp255 InputDeviceSensorType sensorType, InputDeviceSensorAccuracy accuracy, in SensorEntry()
/frameworks/native/services/inputflinger/
DNotifyArgs.cpp162 InputDeviceSensorAccuracy accuracy, bool accuracyChanged, in NotifySensorArgs()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp344 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp,
347 InputDeviceSensorAccuracy accuracy) override;
1072 InputDeviceSensorAccuracy accuracy, nsecs_t timestamp, in notifySensorEvent()
1088 InputDeviceSensorAccuracy accuracy) { in notifySensorAccuracy()