Lines Matching refs:timeoutInMs
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()
5648 timeout, timeoutInMs, wanted); in batch()
5742 timeoutInMs, mpu.batchmode_timeout, getTimestamp()); in batch()
5743 if (write_sysfs_int(mpu.batchmode_timeout, timeoutInMs) < 0) { in batch()