Searched refs:TIMEOUT (Results 1 – 5 of 5) sorted by relevance
/system/extras/boottime_tools/bootio/ |
D | README.md | 14 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/ |
D | rpmb.c | 62 #define TIMEOUT 20000 macro 135 io_hdrp->timeout = TIMEOUT; in set_sg_io_hdr()
|
/system/core/fastboot/ |
D | fastboot_driver.h | 55 TIMEOUT, enumerator
|
D | fastboot_driver.cpp | 409 case TIMEOUT: in RCString() 518 return TIMEOUT; in HandleResponse()
|
/system/core/debuggerd/ |
D | debuggerd_test.cpp | 80 #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()
|