Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
H A DMainActivity.kt61 val surfaceReadyLatch = CountDownLatch(1) regex
62 mSurfaceView = createSurfaceView(applicationContext, size, surfaceReadyLatch)
67 return surfaceReadyLatch
97 surfaceReadyLatch: CountDownLatch
107 surfaceReadyLatch.countDown()
H A DScreenRecordTestBase.kt45 lateinit var surfaceReadyLatch: CountDownLatch
49 surfaceReadyLatch = it.addSurfaceView(defaultBufferSize)
51 surfaceReadyLatch.await()
H A DSurfaceTracingTestBase.kt77 lateinit var surfaceReadyLatch: CountDownLatch
79 surfaceReadyLatch = it.addSurfaceView(defaultBufferSize)
81 surfaceReadyLatch.await()
/aosp12/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/
H A DResizeTasksSyncTest.kt54 lateinit var surfaceReadyLatch: CountDownLatch
56 surfaceReadyLatch = it.openTaskView(firstTaskBounds, secondTaskBounds)
58 surfaceReadyLatch.await()