Home
last modified time | relevance | path

Searched refs:TIMEOUT (Results 1 – 5 of 5) 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/core/trusty/storage/proxy/
Drpmb.c62 #define TIMEOUT 20000 macro
135 io_hdrp->timeout = TIMEOUT; in set_sg_io_hdr()
/system/core/fastboot/
Dfastboot_driver.h55 TIMEOUT, enumerator
Dfastboot_driver.cpp409 case TIMEOUT: in RCString()
518 return TIMEOUT; in HandleResponse()
/system/core/debuggerd/
Ddebuggerd_test.cpp80 #define TIMEOUT(seconds, expr) \ macro
226 ssize_t rc = TIMEOUT(30, read(intercept_fd.get(), &response, sizeof(response))); in FinishIntercept()
273 pid_t pid = TIMEOUT(30, waitpid(crasher_pid, &status, 0)); in AssertDeath()
396 ASSERT_EQ(crasher_pid, TIMEOUT(30, waitpid(crasher_pid, &status, 0))); in TEST_F()