Home
last modified time | relevance | path

Searched refs:SESSION_CLOSE_TIMEOUT_MS (Results 1 – 10 of 10) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java240 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 …]
DSurfaceViewExtensionPreviewTest.java129 SESSION_CLOSE_TIMEOUT_MS); in testExtensionPreview()
DReprocessCaptureTest.java909 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()
DRecordingTest.java624 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()
DCameraDeviceTest.java2651 waitForSessionState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in closeSession()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java21 import static android.hardware.camera2.cts.CameraTestUtils.SESSION_CLOSE_TIMEOUT_MS;
600 SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopPreview()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DPreviewRecorder.java647 mMediaCodecCondition.wait(ItsUtils.SESSION_CLOSE_TIMEOUT_MS); in stopRecordingLocked()
DItsUtils.java543 public static final long SESSION_CLOSE_TIMEOUT_MS = 3000; field in ItsUtils
DItsService.java2856 verify(mockCallback, timeout(ItsUtils.SESSION_CLOSE_TIMEOUT_MS)
2861 condition.wait(ItsUtils.SESSION_CLOSE_TIMEOUT_MS);
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java141 public static final int SESSION_CLOSE_TIMEOUT_MS = 3000; field in CameraTestUtils