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.java167 CountDownLatch swapFence = new CountDownLatch(2); in waitForGlProducerActivity() local
171 activity.setSwapFence(swapFence); in waitForGlProducerActivity()
174 while (!swapFence.await(5, TimeUnit.MILLISECONDS)) { in waitForGlProducerActivity()
664 CountDownLatch swapFence = new CountDownLatch(2); in testNotLeaking() local
668 activity.setSwapFence(swapFence); in testNotLeaking()
670 while (!swapFence.await(5, TimeUnit.MILLISECONDS)) { in testNotLeaking()