Searched refs:mBatchDelays (Results 1 – 4 of 4) sorted by relevance
503 mBatchDelays[i] = 1000000000LL; in MPLSensor()5674 ns = mBatchDelays[i];5698 mBatchDelays[what] = 1000000000L;5703 mBatchDelays[what] = period_ns;5729 mBatchDelays[d]);5757 wanted = mBatchDelays[GameRotationVector];5787 wanted = mBatchDelays[GameRotationVector];5915 wanted = mBatchDelays[GameRotationVector];5925 wanted = mBatchDelays[GameRotationVector];6328 gyroRate = mBatchDelays[Gyro];[all …]
365 int64_t mBatchDelays[NumSensors]; variable
604 mBatchDelays[i] = 1000000000LL; in MPLSensor()5585 ns = mBatchDelays[i]; in batch()5623 mBatchDelays[what] = 1000000000L; in batch()5627 mBatchDelays[what] = period_ns; in batch()5645 mBatchDelays[d]); in batch()5708 wanted = mBatchDelays[GameRotationVector]; in batch()5741 wanted = mBatchDelays[GameRotationVector]; in batch()6240 …gyroRate = mBatchDelays[Gyro] < mBatchDelays[RawGyro] ? mBatchDelays[Gyro] : mBatchDelays[RawGyro]; in setBatchDataRates()6241 accelRate = mBatchDelays[Accelerometer]; in setBatchDataRates()6242 …compassRate = mBatchDelays[MagneticField] < mBatchDelays[RawMagneticField] ? mBatchDelays[Magnetic… in setBatchDataRates()[all …]
387 int64_t mBatchDelays[NumSensors]; variable