Searched refs:waitUntilNanos (Results 1 – 3 of 3) sorted by relevance
265 private boolean waitForEvents(long waitUntilNanos) in waitForEvents() argument269 while (nowNanos < waitUntilNanos) { in waitForEvents()271 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents()
249 private boolean waitForEvents(long waitUntilNanos) in waitForEvents() argument253 while (nowNanos < waitUntilNanos) { in waitForEvents()255 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents()
534 private boolean waitForEvents(long waitUntilNanos, TestSurface[] surfaces) in waitForEvents() argument538 while (nowNanos < waitUntilNanos) { in waitForEvents()545 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents()