Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DSurfaceFlingerTestActivity.java59 public Queue<Long> getReadyTimes() { in getReadyTimes() method in SurfaceFlingerTestActivity
120 if (getReadyTimes().size() == MAX_FRAMES) { in run()
121 getReadyTimes().poll(); in run()
124 getReadyTimes().offer(frameData[0]); in run()
DSurfaceFlingerTest.java60 Long[] readyTimes = activity.getReadyTimes().toArray(new Long[0]); in latchAfterReady()