Searched refs:mGyro (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/sensorservice/ |
D | CorrectedGyroSensor.cpp | 38 mGyro = Sensor(list + i); in CorrectedGyroSensor() 60 mSensorDevice.activate(ident, mGyro.getHandle(), enabled); in activate() 65 mSensorDevice.setDelay(ident, mGyro.getHandle(), ns); in setDelay() 76 hwSensor.maxRange = mGyro.getMaxValue(); in getSensor() 77 hwSensor.resolution = mGyro.getResolution(); in getSensor() 79 hwSensor.minDelay = mGyro.getMinDelay(); in getSensor()
|
D | SensorFusion.cpp | 42 mGyro = Sensor(list + i); in ANDROID_SINGLETON_STATIC_INSTANCE() 51 mGyro = uncalibratedGyro; in ANDROID_SINGLETON_STATIC_INSTANCE() 63 if (event.type == mGyro.getType()) { in process() 107 mSensorDevice.activate(ident, mGyro.getHandle(), enabled); in activate() 124 mSensorDevice.batch(ident, mGyro.getHandle(), 0, mTargetDelayNs, 0); in setDelay() 132 mGyro.getPowerUsage(); in getPowerUsage()
|
D | CorrectedGyroSensor.h | 37 Sensor mGyro; variable
|
D | SensorFusion.h | 44 Sensor mGyro; variable
|