Searched refs:waitUntilNanos (Results 1 – 2 of 2) sorted by relevance
216 private boolean waitForEvents(long waitUntilNanos) in waitForEvents() argument220 while (nowNanos < waitUntilNanos) { in waitForEvents()222 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents()
510 private boolean waitForEvents(long waitUntilNanos, List<TestSurface> surfaces) in waitForEvents() argument514 while (nowNanos < waitUntilNanos) { in waitForEvents()521 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents()