Searched refs:surfaceReadyLatch (Results 1 – 4 of 4) sorted by relevance
61 val surfaceReadyLatch = CountDownLatch(1) regex62 mSurfaceView = createSurfaceView(applicationContext, size, surfaceReadyLatch)67 return surfaceReadyLatch97 surfaceReadyLatch: CountDownLatch107 surfaceReadyLatch.countDown()
45 lateinit var surfaceReadyLatch: CountDownLatch49 surfaceReadyLatch = it.addSurfaceView(defaultBufferSize)51 surfaceReadyLatch.await()
77 lateinit var surfaceReadyLatch: CountDownLatch79 surfaceReadyLatch = it.addSurfaceView(defaultBufferSize)81 surfaceReadyLatch.await()
54 lateinit var surfaceReadyLatch: CountDownLatch56 surfaceReadyLatch = it.openTaskView(firstTaskBounds, secondTaskBounds)58 surfaceReadyLatch.await()