Searched refs:gyroRate (Results 1 – 3 of 3) sorted by relevance
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 580 …int setBatchDataRates(int64_t gyroRate, int64_t accelRate, int64_t compassRate, int64_t pressureRa… 582 …int calctDataRates(int64_t *resetRate, int64_t *gyroRate, int64_t *accelRate, int64_t *compassRate… 583 …int resetDataRates(int64_t resetRate, int64_t gyroRate, int64_t accelRate, int64_t compassRate, in…
|
D | MPLSensor.cpp | 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; [all …]
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.cpp | 3208 int64_t gyroRate; in update_delay() local 3223 gyroRate = mDelays[Gyro] < mDelays[RawGyro] ? mDelays[Gyro] : mDelays[RawGyro]; in update_delay() 3228 gyroRate = wanted; in update_delay() 3237 gyroRate = wanted; in update_delay() 3277 rateInus, 1000000000.f / gyroRate); in update_delay() 3289 gyroRate = wanted; in update_delay() 3327 1000000000.f / gyroRate, mpu.gyro_rate, in update_delay() 3330 res = write_attribute_sensor(tempFd, 1000000000.f / gyroRate); in update_delay() 6197 int64_t gyroRate; in setBatchDataRates() local 6210 …gyroRate = mBatchDelays[Gyro] < mBatchDelays[RawGyro] ? mBatchDelays[Gyro] : mBatchDelays[RawGyro]; in setBatchDataRates() [all …]
|