Searched refs:mBatchDelays (Results 1 – 4 of 4) sorted by relevance
517 mBatchDelays[i] = 1000000000LL; in MPLSensor()5820 ns = mBatchDelays[i];5844 mBatchDelays[what] = 1000000000L;5849 mBatchDelays[what] = period_ns;5952 mBatchDelays[d]);5980 wanted = mBatchDelays[GameRotationVector];6010 wanted = mBatchDelays[GameRotationVector];6143 wanted = mBatchDelays[GameRotationVector];6153 wanted = mBatchDelays[GameRotationVector];6554 gyroRate = mBatchDelays[Gyro];[all …]
368 int64_t mBatchDelays[NumSensors]; variable
600 mBatchDelays[i] = 1000000000LL; in MPLSensor()5556 ns = mBatchDelays[i]; in batch()5594 mBatchDelays[what] = 1000000000L; in batch()5598 mBatchDelays[what] = period_ns; in batch()5616 mBatchDelays[d]); in batch()5679 wanted = mBatchDelays[GameRotationVector]; in batch()5712 wanted = mBatchDelays[GameRotationVector]; in batch()6210 …gyroRate = mBatchDelays[Gyro] < mBatchDelays[RawGyro] ? mBatchDelays[Gyro] : mBatchDelays[RawGyro]; in setBatchDataRates()6211 accelRate = mBatchDelays[Accelerometer]; in setBatchDataRates()6212 …compassRate = mBatchDelays[MagneticField] < mBatchDelays[RawMagneticField] ? mBatchDelays[Magnetic… in setBatchDataRates()[all …]
387 int64_t mBatchDelays[NumSensors]; variable