Searched refs:surfacePostTime (Results 1 – 2 of 2) sorted by relevance
221 long surfacePostTime = mLastBufferPostTime + POST_BUFFER_INTERVAL_NANOSECONDS; in waitForEvents() local222 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents()234 if (nowNanos >= surfacePostTime) { in waitForEvents()
515 long surfacePostTime = Long.MAX_VALUE; in waitForEvents() local517 surfacePostTime = Math.min(surfacePostTime, in waitForEvents()521 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents()533 if (nowNanos >= surfacePostTime) { in waitForEvents()