Searched refs:mVideoPlayingFence (Results 1 – 1 of 1) sorted by relevance
32 private CountDownLatch mVideoPlayingFence = new CountDownLatch(1); field in PixelCopyVideoSourceActivity42 mVideoPlayingFence.countDown(); in onCreate()47 mVideoPlayingFence.countDown(); in onCreate()63 mVideoPlayingFence.await(); in waitForPlaying()