Lines Matching refs:SensorInputMapperTest
3162 class SensorInputMapperTest : public InputMapperTest { class
3186 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;
3196 const int32_t SensorInputMapperTest::GYRO_RAW_RESOLUTION = 1024;
3198 const float SensorInputMapperTest::GRAVITY_MS2_UNIT = 9.80665f;
3199 const float SensorInputMapperTest::DEGREE_RADIAN_UNIT = 0.0174533f;
3201 void SensorInputMapperTest::prepareAccelAxes() { in prepareAccelAxes()
3210 void SensorInputMapperTest::prepareGyroAxes() { in prepareGyroAxes()
3219 void SensorInputMapperTest::setAccelProperties() { in setAccelProperties()
3233 void SensorInputMapperTest::setGyroProperties() { in setGyroProperties()
3247 TEST_F(SensorInputMapperTest, GetSources) { in TEST_F() argument
3253 TEST_F(SensorInputMapperTest, ProcessAccelerometerSensor) { in TEST_F() argument
3283 TEST_F(SensorInputMapperTest, ProcessGyroscopeSensor) { in TEST_F() argument