Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h205 int checkBatchEnabled();
DMPLSensor.cpp3153 !checkBatchEnabled()) { in setDelay()
3737 if (checkBatchEnabled()) { in buildMpuEvent()
3786 if (checkBatchEnabled()) { in buildMpuEvent()
3806 checkBatchEnabled(), *((short *) rdata), nbyte, (int)rsize, readCounter); in buildMpuEvent()
3930 if (checkBatchEnabled()) { in buildMpuEvent()
3936 if ((readCounter != 0) && ((checkBatchEnabled() && (rsize == (ssize_t)nbyte)) || in buildMpuEvent()
3937 (!checkBatchEnabled() && (rsize != (ssize_t)nbyte))) in buildMpuEvent()
3952 } else if (checkBatchEnabled()) { in buildMpuEvent()
5474 int MPLSensor::checkBatchEnabled(void) in checkBatchEnabled() function in MPLSensor
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h188 int checkBatchEnabled();
DMPLSensor.cpp3507 !checkBatchEnabled()) {
4139 checkBatchEnabled(), *((short *) rdata), nbyte, (int)rsize, (int)readCounter);
5860 int MPLSensor::checkBatchEnabled(void) function in MPLSensor