Searched refs:SESSION_CLOSED (Results 1 – 6 of 6) sorted by relevance
1706 waitForSessionState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in closeSession()1718 public static final int SESSION_CLOSED = 1; field in CameraDeviceTest.MultipleSessionCallback1740 mSessionStates.put(session, SESSION_CLOSED); in onClosed()1792 while (mSessionStates.get(session).equals(SESSION_CLOSED) == false) { in waitForSessionClose()
405 mSessionListener.getStateWaiter().waitForState(BlockingSessionCallback.SESSION_CLOSED, in stopCapture()
667 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, in blockingStopPreview()
1142 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopCameraStreaming()
169 waitForState(BlockingSessionCallback.SESSION_CLOSED, CAMERA_IDLE_TIMEOUT_MS); in stopCapture()
414 SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopPreview()