Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h578 int setBatchDataRates();
580 …int setBatchDataRates(int64_t gyroRate, int64_t accelRate, int64_t compassRate, int64_t pressureRa…
DMPLSensor.cpp2496 if (setBatchDataRates() < 0) {
3600 if (setBatchDataRates() < 0) {
6206 …if (setBatchDataRates(tmp_gyro_rate, tmp_accel_rate, tmp_compass_rate, tmp_pressure_rate, tmp_quat…
6815 int MPLSensor::MPLSensor::setBatchDataRates(int64_t gyroRate, int64_t accelRate, int64_t compassRat… function in MPLSensor::MPLSensor
6867 int MPLSensor::setBatchDataRates() function in MPLSensor
6880 setBatchDataRates(gyroRate, accelRate, compassRate, pressureRate, quatRate);
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h569 int setBatchDataRates();
DMPLSensor.cpp2421 if (setBatchDataRates() < 0) { in setBatch()
3251 if (setBatchDataRates() < 0) { in update_delay()
5754 if (setBatchDataRates() < 0) { in batch()
6190 int MPLSensor::setBatchDataRates() in setBatchDataRates() function in MPLSensor