Home
last modified time | relevance | path

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

/cts/tests/tests/gameframerate/src/
DGameFrameRateCtsActivity.java71 private long mLastBufferPostTime; field in GameFrameRateCtsActivity
150 mLastBufferPostTime = System.nanoTime(); in postBufferToSurface()
270 long surfacePostTime = mLastBufferPostTime + POST_BUFFER_INTERVAL_NANOSECONDS; in waitForEvents()
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateOverrideCtsActivity.java66 private long mLastBufferPostTime; field in FrameRateOverrideCtsActivity
136 mLastBufferPostTime = System.nanoTime(); in postBufferToSurface()
254 long surfacePostTime = mLastBufferPostTime + POST_BUFFER_INTERVAL_NANOSECONDS; in waitForEvents()
DFrameRateCtsActivity.java194 private long mLastBufferPostTime; field in FrameRateCtsActivity.TestSurface
315 mLastBufferPostTime = System.nanoTime(); in postBuffer()
328 return mLastBufferPostTime; in getLastBufferPostTime()