Searched refs:mLastBufferPostTime (Results 1 – 3 of 3) sorted by relevance
71 private long mLastBufferPostTime; field in GameFrameRateCtsActivity150 mLastBufferPostTime = System.nanoTime(); in postBufferToSurface()270 long surfacePostTime = mLastBufferPostTime + POST_BUFFER_INTERVAL_NANOSECONDS; in waitForEvents()
66 private long mLastBufferPostTime; field in FrameRateOverrideCtsActivity136 mLastBufferPostTime = System.nanoTime(); in postBufferToSurface()254 long surfacePostTime = mLastBufferPostTime + POST_BUFFER_INTERVAL_NANOSECONDS; in waitForEvents()
194 private long mLastBufferPostTime; field in FrameRateCtsActivity.TestSurface315 mLastBufferPostTime = System.nanoTime(); in postBuffer()328 return mLastBufferPostTime; in getLastBufferPostTime()