Searched refs:gyroRate (Results 1 - 2 of 2) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp3217 int64_t gyroRate; local
3237 gyroRate = mDelays[Gyro] < mDelays[RawGyro] ? mDelays[Gyro] : mDelays[RawGyro];
3243 gyroRate = wanted;
3253 gyroRate = wanted;
3294 rateInus, 1000000000.f / gyroRate);
3307 gyroRate = wanted;
3321 "HAL:MPL gyro sample rate: (mpl)=%d us (mpu)=%.2f Hz", rateInus, 1000000000.f / gyroRate);
3346 1000000000.f / gyroRate, mpu.gyro_rate,
3349 res = write_attribute_sensor(tempFd, 1000000000.f / gyroRate);
6227 int64_t gyroRate;
[all...]
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp3301 int64_t gyroRate; local
3323 gyroRate = wanted;
3375 rateInus, 1000000000.f / gyroRate);
3387 gyroRate = wanted;
3412 1000000000.f / gyroRate, mpu.gyro_rate,
3415 res = write_attribute_sensor(tempFd, 1000000000.f / gyroRate);
6314 int64_t gyroRate;
6328 gyroRate = mBatchDelays[Gyro];
6332 gyroRate = (mBatchDelays[Gyro] <= mBatchDelays[RawGyro]) ?
6364 mplGyroRate = (int) gyroRate / 100
[all...]

Completed in 86 milliseconds