Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java168 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 …]
DReprocessCaptureTest.java911 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()
DAllocationTest.java420 SESSION_CLOSE_TIMEOUT_MS); in stopCapture()
DRecordingTest.java2017 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopCameraStreaming()
DCameraDeviceTest.java2640 waitForSessionState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in closeSession()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java579 SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopPreview()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java124 public static final int SESSION_CLOSE_TIMEOUT_MS = 3000; field in CameraTestUtils