Home
last modified time | relevance | path

Searched refs:SESSION_CONFIGURE_TIMEOUT_MS (Results 1 – 12 of 12) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java642 result = results.poll(SESSION_CONFIGURE_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testChainedOperation()
798 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in testCreateCustomSessionByCamera()
820 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in testCreateCustomSessionByCamera()
822 SESSION_CONFIGURE_TIMEOUT_MS); in testCreateCustomSessionByCamera()
828 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in testCreateCustomSessionByCamera()
831 SESSION_CONFIGURE_TIMEOUT_MS); in testCreateCustomSessionByCamera()
1029 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in testSessionParametersStateLeakByCamera()
1030 sessionListener.waitForOnReady(SESSION_CONFIGURE_TIMEOUT_MS); in testSessionParametersStateLeakByCamera()
1081 sessionListener.waitForOnReady(SESSION_CONFIGURE_TIMEOUT_MS); in testSessionParametersStateLeakByCamera()
1206 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in testCreateSessionWithParametersByCamera()
[all …]
DCameraExtensionSessionTest.java235 SESSION_CONFIGURE_TIMEOUT_MS); in testBasicExtensionLifecycle()
290 .waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in testCloseCaptureSession()
296 SESSION_CONFIGURE_TIMEOUT_MS); in testCloseCaptureSession()
355 SESSION_CONFIGURE_TIMEOUT_MS); in testCloseExtensionSession()
365 SESSION_CONFIGURE_TIMEOUT_MS); in testCloseExtensionSession()
411 SESSION_CONFIGURE_TIMEOUT_MS); in testGetDevice()
476 SESSION_CONFIGURE_TIMEOUT_MS); in testRepeatingCapture()
634 SESSION_CONFIGURE_TIMEOUT_MS); in testPostviewAndCapture()
907 SESSION_CONFIGURE_TIMEOUT_MS); in test10bitRepeatingAndCaptureCombined()
1114 SESSION_CONFIGURE_TIMEOUT_MS); in testMultiFrameCapture()
[all …]
DSurfaceViewExtensionPreviewTest.java90 SESSION_CONFIGURE_TIMEOUT_MS); in testExtensionPreview()
DHeifWriterTest.java19 import static android.hardware.camera2.cts.CameraTestUtils.SESSION_CONFIGURE_TIMEOUT_MS;
178 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in testHeif()
DSurfaceViewPreviewTest.java366 SESSION_CONFIGURE_TIMEOUT_MS); in surfaceEqualityTestByCamera()
381 SESSION_CONFIGURE_TIMEOUT_MS); in surfaceEqualityTestByCamera()
508 SESSION_CONFIGURE_TIMEOUT_MS); in testDeferredSurfacesByCamera()
DLogicalCameraDeviceTest.java21 import static android.hardware.camera2.cts.CameraTestUtils.SESSION_CONFIGURE_TIMEOUT_MS;
300 SESSION_CONFIGURE_TIMEOUT_MS); in testBasicLogicalPhysicalStreamCombination()
447 SESSION_CONFIGURE_TIMEOUT_MS); in testBasicPhysicalRequests()
1147 SESSION_CONFIGURE_TIMEOUT_MS); in testBasicPhysicalStreamingForCamera()
DOfflineSessionTest.java822 SESSION_CONFIGURE_TIMEOUT_MS); in camera2UnsupportedOfflineOutputTest()
DImageReaderTest.java1125 CameraTestUtils.SESSION_CONFIGURE_TIMEOUT_MS); in testAllOutputYUVResolutions()
DRecordingTest.java614 SESSION_CONFIGURE_TIMEOUT_MS); in testBasic10BitRecording()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraSessionUtils.java80 CameraTestUtils.SESSION_CONFIGURE_TIMEOUT_MS); in getConfiguredSession()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java22 import static android.hardware.camera2.cts.CameraTestUtils.SESSION_CONFIGURE_TIMEOUT_MS;
524 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in verifyCreateSessionWithConfigsFailure()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java140 public static final int SESSION_CONFIGURE_TIMEOUT_MS = 3000; field in CameraTestUtils
1495 sessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in configureCameraSession()
1531 sessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in buildConstrainedCameraSession()
1555 sessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in configureCameraSessionWithConfig()
1580 sessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in configureCameraSessionWithColorSpace()
1608 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in tryConfigureCameraSessionWithConfig()
1612 session = sessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in tryConfigureCameraSessionWithConfig()
1641 CameraCaptureSession session = listener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in configureCameraSessionWithParameters()
1695 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in configureReprocessableCameraSessionWithConfigurations()
1700 sessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in configureReprocessableCameraSessionWithConfigurations()
[all …]