Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DPixelCopyGLProducerCtsActivity.java108 public void setSwapFence(CountDownLatch swapFence) { in setSwapFence() argument
109 mRenderer.mFence = swapFence; in setSwapFence()
DPixelCopyTest.java185 CountDownLatch swapFence = new CountDownLatch(2); in waitForGlProducerActivity() local
189 activity.setSwapFence(swapFence); in waitForGlProducerActivity()
192 while (!swapFence.await(5, TimeUnit.MILLISECONDS)) { in waitForGlProducerActivity()
722 CountDownLatch swapFence = new CountDownLatch(2); in testNotLeaking() local
726 activity.setSwapFence(swapFence); in testNotLeaking()
728 while (!swapFence.await(5, TimeUnit.MILLISECONDS)) { in testNotLeaking()