Home
last modified time | relevance | path

Searched refs:time_left_ms (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/connectivity/wificond/tests/
H A Dshell_utils.cpp94 int64_t time_left_ms = kShellTimeoutMs - (GetCurrentTimeMs() - start_time_ms); in RunShellCommand() local
95 poll(&shell_output, 1, (time_left_ms < 0) ? 0 : time_left_ms); in RunShellCommand()
/aosp12/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp444 auto time_left_ms = [end]() { in writeDump() local
450 int rc = TEMP_FAILURE_RETRY(poll(&pfd, 1, time_left_ms())); in writeDump()
456 } else if (rc == 0 || time_left_ms() == 0) { in writeDump()
/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp870 auto time_left_ms = [end]() { in AddZipEntryFromFd() local
876 int rc = TEMP_FAILURE_RETRY(poll(&pfd, 1, time_left_ms())); in AddZipEntryFromFd()