Searched refs:swapFence (Results 1 – 2 of 2) sorted by relevance
108 public void setSwapFence(CountDownLatch swapFence) { in setSwapFence() argument109 mRenderer.mFence = swapFence; in setSwapFence()
167 CountDownLatch swapFence = new CountDownLatch(2); in waitForGlProducerActivity() local171 activity.setSwapFence(swapFence); in waitForGlProducerActivity()174 while (!swapFence.await(5, TimeUnit.MILLISECONDS)) { in waitForGlProducerActivity()664 CountDownLatch swapFence = new CountDownLatch(2); in testNotLeaking() local668 activity.setSwapFence(swapFence); in testNotLeaking()670 while (!swapFence.await(5, TimeUnit.MILLISECONDS)) { in testNotLeaking()