Home
last modified time | relevance | path

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

/system/gsid/tests/
DLockScreenAutomation.java43 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/
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.c60 #define TIMEOUT 20000 macro
131 io_hdrp->timeout = TIMEOUT; in set_sg_io_hdr()
/system/core/debuggerd/
Ddebuggerd_test.cpp74 #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/
Dfastboot_driver.cpp359 case TIMEOUT: in RCString()
468 return TIMEOUT; in HandleResponse()
Dfastboot_driver.h54 TIMEOUT, enumerator