Home
last modified time | relevance | path

Searched refs:surfacePostTime (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/gameframerate/src/
DGameFrameRateCtsActivity.java270 long surfacePostTime = mLastBufferPostTime + POST_BUFFER_INTERVAL_NANOSECONDS; in waitForEvents() local
271 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents()
283 if (nowNanos >= surfacePostTime) { in waitForEvents()
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateOverrideCtsActivity.java254 long surfacePostTime = mLastBufferPostTime + POST_BUFFER_INTERVAL_NANOSECONDS; in waitForEvents() local
255 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents()
267 if (nowNanos >= surfacePostTime) { in waitForEvents()
DFrameRateCtsActivity.java539 long surfacePostTime = Long.MAX_VALUE; in waitForEvents() local
541 surfacePostTime = Math.min(surfacePostTime, in waitForEvents()
545 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents()
557 if (nowNanos >= surfacePostTime) { in waitForEvents()