Searched refs:SESSION_CLOSE_TIMEOUT_MS (Results 1 – 7 of 7) sorted by relevance
616 SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopPreview()
420 SESSION_CLOSE_TIMEOUT_MS); in stopCapture()
875 BlockingSessionCallback.SESSION_READY, SESSION_CLOSE_TIMEOUT_MS); in testReprocessAbort()
1121 CameraTestUtils.SESSION_CLOSE_TIMEOUT_MS); in blockingStopPreview()
1733 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopCameraStreaming()
2602 waitForSessionState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in closeSession()
112 public static final int SESSION_CLOSE_TIMEOUT_MS = 3000; field in CameraTestUtils