Searched refs:SESSION_CLOSE_TIMEOUT_MS (Results 1 – 7 of 7) sorted by relevance
414 SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopPreview()
406 SESSION_CLOSE_TIMEOUT_MS); in stopCapture()
668 CameraTestUtils.SESSION_CLOSE_TIMEOUT_MS); in blockingStopPreview()
1142 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopCameraStreaming()
802 BlockingSessionCallback.SESSION_READY, SESSION_CLOSE_TIMEOUT_MS); in testReprocessAbort()
1706 waitForSessionState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in closeSession()
108 public static final int SESSION_CLOSE_TIMEOUT_MS = 3000; field in CameraTestUtils