Searched refs:timeoutInMs (Results 1 – 3 of 3) sorted by relevance
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.cpp | 2422 int timeoutInMs = 0; local 2542 int64_t timeoutInMs = 0; local 2558 timeoutInMs = timeout / 1000000; 2560 timeoutInMs = 0; 2563 *out = timeoutInMs; 2568 int MPLSensor::writeBatchTimeout(int en, int64_t timeoutInMs) argument 2572 if(mBatchTimeoutInMs != timeoutInMs) { 2575 timeoutInMs, mpu.batchmode_timeout, getTimestamp()); 2576 if (write_sysfs_int(mpu.batchmode_timeout, timeoutInMs) < 0) { 2581 mBatchTimeoutInMs = timeoutInMs; [all …]
|
D | MPLSensor.h | 191 int writeBatchTimeout(int en, int64_t timeoutInMs);
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.cpp | 2326 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 …]
|