Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:mBatchDelays

557         mBatchDelays[i] = 1000000000LL;
5226 ns = mBatchDelays[i];
5265 mBatchDelays[what] = 1000000000L;
5272 mBatchDelays[what] = period_ns;
5288 mBatchDelays[d]);
5351 wanted = mBatchDelays[GameRotationVector];
5381 wanted = mBatchDelays[GameRotationVector];
5785 gyroRate = mBatchDelays[Gyro] < mBatchDelays[RawGyro] ? mBatchDelays[Gyro] : mBatchDelays[RawGyro];
5786 accelRate = mBatchDelays[Accelerometer];
5787 compassRate = mBatchDelays[MagneticField] < mBatchDelays[RawMagneticField] ? mBatchDelays[MagneticField] : mBatchDelays[RawMagneticField];
5788 pressureRate = mBatchDelays[Pressure];
5812 int64_t ns = mBatchDelays[i];