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()
185 CountDownLatch swapFence = new CountDownLatch(2); in waitForGlProducerActivity() local189 activity.setSwapFence(swapFence); in waitForGlProducerActivity()192 while (!swapFence.await(5, TimeUnit.MILLISECONDS)) { in waitForGlProducerActivity()722 CountDownLatch swapFence = new CountDownLatch(2); in testNotLeaking() local726 activity.setSwapFence(swapFence); in testNotLeaking()728 while (!swapFence.await(5, TimeUnit.MILLISECONDS)) { in testNotLeaking()