Searched refs:mBatchDelays (Results 1 – 4 of 4) sorted by relevance
531 mBatchDelays[i] = 1000000000LL; in MPLSensor()3088 mBatchDelays[what] = 1000000000LL;3111 mBatchDelays[what] = 1000000000LL;3315 mBatchDelays[what] = 1000000000LL;5984 ns = mBatchDelays[i];6008 mBatchDelays[what] = 1000000000LL;6013 mBatchDelays[what] = period_ns;6116 mBatchDelays[d]);6144 wanted = mBatchDelays[GameRotationVector];6174 wanted = mBatchDelays[GameRotationVector];[all …]
369 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