Lines Matching refs:gyroRate

3562         int64_t gyroRate;  local
3584 gyroRate = wanted;
3636 rateInus, 1000000000.f / gyroRate);
3648 gyroRate = wanted;
3673 1000000000.f / gyroRate, mpu.gyro_rate,
3676 res = write_attribute_sensor(tempFd, 1000000000.f / gyroRate);
6720 int64_t gyroRate; local
6734 gyroRate = mBatchDelays[Gyro];
6738 gyroRate = (mBatchDelays[Gyro] <= mBatchDelays[RawGyro]) ?
6770 mplGyroRate = (int) gyroRate / 1000LL;
6781 … "HAL:MPL gyro sample rate: (mpl)=%d us (mpu)=%.2f Hz", mplGyroRate, 1000000000.f / gyroRate);
6796 gyroRate = wanted;
6804 *gyro_rate = gyroRate;
6815 int MPLSensor::MPLSensor::setBatchDataRates(int64_t gyroRate, int64_t accelRate, int64_t compassRat… argument
6829 1000000000.f / gyroRate, mpu.gyro_rate,
6832 res = write_attribute_sensor(tempFd, 1000000000.f / gyroRate);
6856 mGyroBatchRate = gyroRate;
6873 int64_t gyroRate; local
6879 calcBatchDataRates(&gyroRate, &accelRate, &compassRate, &pressureRate, &quatRate);
6880 setBatchDataRates(gyroRate, accelRate, compassRate, pressureRate, quatRate);
6885 int MPLSensor::calctDataRates(int64_t *resetRate, int64_t *gyroRate, int64_t *accelRate, int64_t *c… argument
6914 *gyroRate = wanted;
6922 int MPLSensor::resetDataRates(int64_t resetRate, int64_t gyroRate, int64_t accelRate, int64_t compa… argument
6933 inv_set_gyro_sample_rate((int)gyroRate/1000LL);
6946 gyroRate/1000LL, 1000000000.f / gyroRate);
6966 1000000000.f / gyroRate, mpu.gyro_rate,
6969 res = write_attribute_sensor(tempFd, 1000000000.f / gyroRate);
7003 mGyroRate = gyroRate;
7019 int64_t gyroRate; local
7024 res = calctDataRates(&resetRate, &gyroRate, &accelRate, &compassRate, &pressureRate);
7028 resetDataRates(resetRate, gyroRate, accelRate, compassRate, pressureRate);