Searched refs:SensorInputMapperTest (Results 1 – 1 of 1) sorted by relevance
3162 class SensorInputMapperTest : public InputMapperTest { class3186 const int32_t SensorInputMapperTest::ACCEL_RAW_MIN = -32768;3187 const int32_t SensorInputMapperTest::ACCEL_RAW_MAX = 32768;3188 const int32_t SensorInputMapperTest::ACCEL_RAW_FUZZ = 16;3189 const int32_t SensorInputMapperTest::ACCEL_RAW_FLAT = 0;3190 const int32_t SensorInputMapperTest::ACCEL_RAW_RESOLUTION = 8192;3192 const int32_t SensorInputMapperTest::GYRO_RAW_MIN = -2097152;3193 const int32_t SensorInputMapperTest::GYRO_RAW_MAX = 2097152;3194 const int32_t SensorInputMapperTest::GYRO_RAW_FUZZ = 16;3195 const int32_t SensorInputMapperTest::GYRO_RAW_FLAT = 0;[all …]