Lines Matching refs:sensorPair
75 constexpr auto sensorPair() { in sensorPair() function
80 {sensorPair<InputDeviceSensorType::ACCELEROMETER>(),
81 sensorPair<InputDeviceSensorType::MAGNETIC_FIELD>(),
82 sensorPair<InputDeviceSensorType::ORIENTATION>(),
83 sensorPair<InputDeviceSensorType::GYROSCOPE>(),
84 sensorPair<InputDeviceSensorType::LIGHT>(),
85 sensorPair<InputDeviceSensorType::PRESSURE>(),
86 sensorPair<InputDeviceSensorType::TEMPERATURE>(),
87 sensorPair<InputDeviceSensorType::PROXIMITY>(),
88 sensorPair<InputDeviceSensorType::GRAVITY>(),
89 sensorPair<InputDeviceSensorType::LINEAR_ACCELERATION>(),
90 sensorPair<InputDeviceSensorType::ROTATION_VECTOR>(),
91 sensorPair<InputDeviceSensorType::RELATIVE_HUMIDITY>(),
92 sensorPair<InputDeviceSensorType::AMBIENT_TEMPERATURE>(),
93 sensorPair<InputDeviceSensorType::MAGNETIC_FIELD_UNCALIBRATED>(),
94 sensorPair<InputDeviceSensorType::GAME_ROTATION_VECTOR>(),
95 sensorPair<InputDeviceSensorType::GYROSCOPE_UNCALIBRATED>(),
96 sensorPair<InputDeviceSensorType::SIGNIFICANT_MOTION>()};