Searched refs:mGyro (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/sensorservice/ |
D | CorrectedGyroSensor.cpp | 36 mGyro = Sensor(list + i); in CorrectedGyroSensor() 47 .maxRange = mGyro.getMaxValue(), in CorrectedGyroSensor() 48 .resolution = mGyro.getResolution(), in CorrectedGyroSensor() 50 .minDelay = mGyro.getMinDelay(), in CorrectedGyroSensor() 71 mSensorDevice.activate(ident, mGyro.getHandle(), enabled); in activate() 76 mSensorDevice.setDelay(ident, mGyro.getHandle(), ns); in setDelay()
|
D | SensorFusion.cpp | 48 mGyro = Sensor(list + i); in ANDROID_SINGLETON_STATIC_INSTANCE() 57 mGyro = uncalibratedGyro; in ANDROID_SINGLETON_STATIC_INSTANCE() 73 if (event.type == mGyro.getType()) { in process() 153 mSensorDevice.activate(ident, mGyro.getHandle(), enabled); in activate() 169 mSensorDevice.batch(ident, mGyro.getHandle(), 0, mTargetDelayNs, 0); in setDelay() 178 ((mode != FUSION_NOGYRO) ? mGyro.getPowerUsage() : 0); in getPowerUsage()
|
D | CorrectedGyroSensor.h | 35 Sensor mGyro; variable
|
D | SensorFusion.h | 44 Sensor mGyro; variable
|