Home
last modified time | relevance | path

Searched refs:resetDataRates (Results 1 – 4 of 4) sorted by relevance

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h581 int resetDataRates();
583 …int resetDataRates(int64_t resetRate, int64_t gyroRate, int64_t accelRate, int64_t compassRate, in…
DMPLSensor.cpp1878 if (!mBatchEnabled && (resetDataRates() < 0)) in enableDmpPedometer()
2342 if (!batchMode && (resetDataRates() < 0)) {
2516 if (resetDataRates() < 0) {
6212 …if (resetDataRates(tmp_reset_rate, tmp_gyro_rate, tmp_accel_rate, tmp_compass_rate, tmp_pressure_r…
6634 if (!mBatchEnabled && (resetDataRates() < 0))
6922 int MPLSensor::resetDataRates(int64_t resetRate, int64_t gyroRate, int64_t accelRate, int64_t compa… function in MPLSensor
7013 int MPLSensor::resetDataRates() function in MPLSensor
7028 resetDataRates(resetRate, gyroRate, accelRate, compassRate, pressureRate);
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h570 int resetDataRates();
DMPLSensor.cpp2441 if (resetDataRates() < 0) { in setBatch()
5777 if (resetDataRates() < 0) { in batch()
6288 int MPLSensor::resetDataRates() in resetDataRates() function in MPLSensor