Home
last modified time | relevance | path

Searched refs:TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/system/extras/boottime_tools/bootio/
DREADME.md14 adb shell 'echo "$TIMEOUT $SAMPLES" > /data/misc/bootio/start'
16 Where the value of $TIMEOUT corresponds to the desired bootio period in
/system/connectivity/wificond/scanning/offload/
Doffload_scan_manager.cpp286 case OffloadStatusCode::TIMEOUT: in ReportError()
/system/core/debuggerd/
Ddebuggerd_test.cpp69 #define TIMEOUT(seconds, expr) \ macro
199 ssize_t rc = TIMEOUT(20, read(intercept_fd.get(), &response, sizeof(response))); in FinishIntercept()
246 pid_t pid = TIMEOUT(5, waitpid(crasher_pid, &status, 0)); in AssertDeath()
/system/core/fastboot/
Dfastboot_driver.h54 TIMEOUT, enumerator
Dfastboot_driver.cpp350 case TIMEOUT: in RCString()
459 return TIMEOUT; in HandleResponse()
/system/connectivity/wificond/tests/
Doffload_scan_manager_test.cpp439 status = OffloadTestUtils::createOffloadStatus(OffloadStatusCode::TIMEOUT); in TEST_F()