Searched refs:DEFAULT_WAIT_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
84 private static final long DEFAULT_WAIT_TIMEOUT_MS = 3000; field in EncodeVirtualDisplayWithCompositionTest673 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()