Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DSurfaceFlingerTestActivity.java63 public Queue<Long> getLatchTimes() { in getLatchTimes() method in SurfaceFlingerTestActivity
122 getLatchTimes().poll(); in run()
125 getLatchTimes().offer(frameData[1]); in run()
DSurfaceFlingerTest.java61 Long[] latchTimes = activity.getLatchTimes().toArray(new Long[0]); in latchAfterReady()