Searched refs:timeOut (Results 1 – 6 of 6) sorted by relevance
81 public void waitForChanges(int count, int timeOut) throws Exception { in waitForChanges() argument85 if (!mNotificationSignal.await(timeOut, TimeUnit.MILLISECONDS)) { in waitForChanges()
108 const struct timespec *timeOut = NULL);
312 const struct timespec *timeOut = NULL);
1879 const struct timespec *timeOut) in obtainBuffer() argument1881 return mProxy->obtainBuffer(buffer, timeOut); in obtainBuffer()2171 const struct timespec *timeOut) in obtainBuffer() argument2173 return mProxy->obtainBuffer(buffer, timeOut); in obtainBuffer()
552 public final Activity waitForActivityWithTimeout(long timeOut) { in waitForActivityWithTimeout() argument556 wait(timeOut); in waitForActivityWithTimeout()718 public Activity waitForMonitorWithTimeout(ActivityMonitor monitor, long timeOut) { in waitForMonitorWithTimeout() argument719 Activity activity = monitor.waitForActivityWithTimeout(timeOut); in waitForMonitorWithTimeout()
193 <li>Added the <code>timeOut</code> property to the <code>adbOptions</code> code block