Home
last modified time | relevance | path

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

/cts/hostsidetests/graphics/framerateoverride/app/src/com/android/cts/graphics/framerateoverride/
DFrameRateOverrideTestActivity.java221 long surfacePostTime = mLastBufferPostTime + POST_BUFFER_INTERVAL_NANOSECONDS; in waitForEvents() local
222 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents()
234 if (nowNanos >= surfacePostTime) { in waitForEvents()
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateCtsActivity.java515 long surfacePostTime = Long.MAX_VALUE; in waitForEvents() local
517 surfacePostTime = Math.min(surfacePostTime, in waitForEvents()
521 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents()
533 if (nowNanos >= surfacePostTime) { in waitForEvents()