Searched refs:surfacePostTime (Results 1 – 3 of 3) sorted by relevance
270 long surfacePostTime = mLastBufferPostTime + POST_BUFFER_INTERVAL_NANOSECONDS; in waitForEvents() local271 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents()283 if (nowNanos >= surfacePostTime) { in waitForEvents()
254 long surfacePostTime = mLastBufferPostTime + POST_BUFFER_INTERVAL_NANOSECONDS; in waitForEvents() local255 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents()267 if (nowNanos >= surfacePostTime) { in waitForEvents()
539 long surfacePostTime = Long.MAX_VALUE; in waitForEvents() local541 surfacePostTime = Math.min(surfacePostTime, in waitForEvents()545 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents()557 if (nowNanos >= surfacePostTime) { in waitForEvents()