Searched defs:uncalibratedGyro (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/services/sensorservice/
H A DSensorFusion.cpp32 Sensor uncalibratedGyro; local
51 uncalibratedGyro = Sensor(list + i);
56 if (uncalibratedGyro.getType() == SENSOR_TYPE_GYROSCOPE_UNCALIBRATED) {
57 mGyro = uncalibratedGyro;

Completed in 53 milliseconds