Searched refs:SESSION_CLOSE_TIMEOUT_MS (Results 1 – 7 of 7) sorted by relevance
168 SESSION_CLOSE_TIMEOUT_MS); in testBasicExtensionLifecycle()230 SESSION_CLOSE_TIMEOUT_MS); in testCloseCaptureSession()235 SESSION_CLOSE_TIMEOUT_MS); in testCloseCaptureSession()291 SESSION_CLOSE_TIMEOUT_MS); in testCloseExtensionSession()298 BlockingSessionCallback.SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in testCloseExtensionSession()353 SESSION_CLOSE_TIMEOUT_MS); in testGetDevice()441 SESSION_CLOSE_TIMEOUT_MS); in testRepeatingCapture()596 SESSION_CLOSE_TIMEOUT_MS); in testMultiFrameCapture()727 SESSION_CLOSE_TIMEOUT_MS); in testConcurrentSessions()743 SESSION_CLOSE_TIMEOUT_MS); in testConcurrentSessions()[all …]
911 BlockingSessionCallback.SESSION_READY, SESSION_CLOSE_TIMEOUT_MS); in testReprocessAbort()926 BlockingSessionCallback.SESSION_READY, SESSION_CLOSE_TIMEOUT_MS); in testReprocessAbort()954 BlockingSessionCallback.SESSION_READY, SESSION_CLOSE_TIMEOUT_MS); in testReprocessAbort()
420 SESSION_CLOSE_TIMEOUT_MS); in stopCapture()
2017 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopCameraStreaming()
2640 waitForSessionState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in closeSession()
579 SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopPreview()
124 public static final int SESSION_CLOSE_TIMEOUT_MS = 3000; field in CameraTestUtils