Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTest.java84 private static final long DEFAULT_WAIT_TIMEOUT_MS = 3000; field in EncodeVirtualDisplayWithCompositionTest
673 if(!mRecreationCompletionSemaphore.tryAcquire(DEFAULT_WAIT_TIMEOUT_MS, in recreateWindows()
677 mTopPresentation.waitForSurfaceReady(DEFAULT_WAIT_TIMEOUT_MS); in recreateWindows()
846 if (!mStartCompletionSemaphore.tryAcquire(DEFAULT_WAIT_TIMEOUT_MS, in waitForStartCompletion()
851 mTopPresentation.waitForSurfaceReady(DEFAULT_WAIT_TIMEOUT_MS); in waitForStartCompletion()
1222 mWindowWaitSemaphore.tryAcquire(DEFAULT_WAIT_TIMEOUT_MS, TimeUnit.MILLISECONDS); in waitForSurfaceReady()
1298 if (!mConnectionWait.tryAcquire(DEFAULT_WAIT_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in connect()