Searched refs:calcBatchDataRates (Results 1 – 2 of 2) sorted by relevance
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 579 …int calcBatchDataRates(int64_t *gyro_rate, int64_t *accel_rate, int64_t *compass_rate, int64_t *pr…
|
D | MPLSensor.cpp | 6054 …if (calcBatchDataRates(&tmp_gyro_rate, &tmp_accel_rate, &tmp_compass_rate, &tmp_pressure_rate, &tm… 6713 int MPLSensor::calcBatchDataRates(int64_t *gyro_rate, int64_t *accel_rate, int64_t *compass_rate, i… function in MPLSensor 6879 calcBatchDataRates(&gyroRate, &accelRate, &compassRate, &pressureRate, &quatRate);
|