Home
last modified time | relevance | path

Searched refs:timeoutInMs (Results 1 – 2 of 2) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp2326 int timeoutInMs = 0; in setBatch() local
2350 timeoutInMs = timeout / 1000000; in setBatch()
2352 timeoutInMs = 0; in setBatch()
2355 LOGV_IF(ENG_VERBOSE, "HAL: batch timeout set to %dms", timeoutInMs); in setBatch()
2408 timeoutInMs, mpu.batchmode_timeout, getTimestamp()); in setBatch()
2409 if (write_sysfs_int(mpu.batchmode_timeout, timeoutInMs) < 0) { in setBatch()
5553 int64_t timeoutInMs = 0; in batch() local
5633 timeoutInMs = timeout / 1000000; in batch()
5636 mBatchTimeoutInMs = timeoutInMs; in batch()
5643 timeoutInMs = 0; in batch()
[all …]
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h191 int writeBatchTimeout(int en, int64_t timeoutInMs);