Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceSyncGroupTests.java149 CountDownLatch bothSyncGroupsComplete = new CountDownLatch(2); in testOverlappingSyncsEnsureOrder() local
157 addSecondSyncGroup(secondSsg, secondDrawCompleteLatch, bothSyncGroupsComplete); in testOverlappingSyncsEnsureOrder()
166 t.addTransactionCommittedListener(Runnable::run, bothSyncGroupsComplete::countDown); in testOverlappingSyncsEnsureOrder()
171 bothSyncGroupsComplete.await(HW_TIMEOUT_MULTIPLIER * 5L, TimeUnit.SECONDS)); in testOverlappingSyncsEnsureOrder()
177 CountDownLatch waitForSecondDraw, CountDownLatch bothSyncGroupsComplete) { in addSecondSyncGroup() argument
184 t.addTransactionCommittedListener(Runnable::run, bothSyncGroupsComplete::countDown); in addSecondSyncGroup()