Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DPixelCopyVideoSourceActivity.java32 private CountDownLatch mVideoPlayingFence = new CountDownLatch(1); field in PixelCopyVideoSourceActivity
42 mVideoPlayingFence.countDown(); in onCreate()
47 mVideoPlayingFence.countDown(); in onCreate()
63 mVideoPlayingFence.await(); in waitForPlaying()