Searched refs:SESSION_CLOSE_TIMEOUT_MS (Results 1 – 10 of 10) sorted by relevance
240 SESSION_CLOSE_TIMEOUT_MS); in testBasicExtensionLifecycle()301 SESSION_CLOSE_TIMEOUT_MS); in testCloseCaptureSession()306 SESSION_CLOSE_TIMEOUT_MS); in testCloseCaptureSession()361 SESSION_CLOSE_TIMEOUT_MS); in testCloseExtensionSession()368 BlockingSessionCallback.SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in testCloseExtensionSession()422 SESSION_CLOSE_TIMEOUT_MS); in testGetDevice()520 SESSION_CLOSE_TIMEOUT_MS); in testRepeatingCapture()772 SESSION_CLOSE_TIMEOUT_MS); in testPostviewAndCapture()1041 SESSION_CLOSE_TIMEOUT_MS); in test10bitRepeatingAndCaptureCombined()1219 SESSION_CLOSE_TIMEOUT_MS); in testMultiFrameCapture()[all …]
129 SESSION_CLOSE_TIMEOUT_MS); in testExtensionPreview()
909 BlockingSessionCallback.SESSION_READY, SESSION_CLOSE_TIMEOUT_MS); in testReprocessAbort()924 BlockingSessionCallback.SESSION_READY, SESSION_CLOSE_TIMEOUT_MS); in testReprocessAbort()952 BlockingSessionCallback.SESSION_READY, SESSION_CLOSE_TIMEOUT_MS); in testReprocessAbort()
624 verify(mockCallback, timeout(SESSION_CLOSE_TIMEOUT_MS). in testBasic10BitRecording()629 condition.wait(SESSION_CLOSE_TIMEOUT_MS); in testBasic10BitRecording()2429 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopCameraStreaming()
2651 waitForSessionState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in closeSession()
21 import static android.hardware.camera2.cts.CameraTestUtils.SESSION_CLOSE_TIMEOUT_MS;600 SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopPreview()
647 mMediaCodecCondition.wait(ItsUtils.SESSION_CLOSE_TIMEOUT_MS); in stopRecordingLocked()
543 public static final long SESSION_CLOSE_TIMEOUT_MS = 3000; field in ItsUtils
2856 verify(mockCallback, timeout(ItsUtils.SESSION_CLOSE_TIMEOUT_MS)2861 condition.wait(ItsUtils.SESSION_CLOSE_TIMEOUT_MS);
141 public static final int SESSION_CLOSE_TIMEOUT_MS = 3000; field in CameraTestUtils