Searched refs:TIMEOUT (Results 1 – 6 of 6) sorted by relevance
/system/gsid/tests/ |
D | LockScreenAutomation.java | 43 private static final long TIMEOUT = 2000L; field in LockScreenAutomation 54 mDevice.waitForIdle(TIMEOUT); in setPin() 107 mDevice.waitForIdle(TIMEOUT); in removePin() 129 mDevice.waitForIdle(TIMEOUT); in removePin() 135 mDevice.wait(Until.findObject(selector), TIMEOUT); in findAndClick() local 149 mDevice.wait(Until.hasObject(By.pkg(SETTINGS_PACKAGE).depth(0)), TIMEOUT); in launchLockScreenSettings()
|
/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 | 60 #define TIMEOUT 20000 macro 131 io_hdrp->timeout = TIMEOUT; in set_sg_io_hdr()
|
/system/core/debuggerd/ |
D | debuggerd_test.cpp | 74 #define TIMEOUT(seconds, expr) \ macro 208 ssize_t rc = TIMEOUT(30, read(intercept_fd.get(), &response, sizeof(response))); in FinishIntercept() 255 pid_t pid = TIMEOUT(30, waitpid(crasher_pid, &status, 0)); in AssertDeath() 360 ASSERT_EQ(crasher_pid, TIMEOUT(30, waitpid(crasher_pid, &status, 0))); in TEST_F()
|
/system/core/fastboot/ |
D | fastboot_driver.cpp | 359 case TIMEOUT: in RCString() 468 return TIMEOUT; in HandleResponse()
|
D | fastboot_driver.h | 54 TIMEOUT, enumerator
|