Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java602 result = results.poll(SESSION_CONFIGURE_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testChainedOperation()
744 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in testCreateCustomSessionByCamera()
766 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in testCreateCustomSessionByCamera()
768 SESSION_CONFIGURE_TIMEOUT_MS); in testCreateCustomSessionByCamera()
774 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in testCreateCustomSessionByCamera()
777 SESSION_CONFIGURE_TIMEOUT_MS); in testCreateCustomSessionByCamera()
875 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in prepareTestByCamera()
938 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in prepareTestByCamera()
979 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in prepareTestByCamera()
1021 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in prepareTestForSharedSurfacesByCamera()
[all …]
DSurfaceViewPreviewTest.java377 SESSION_CONFIGURE_TIMEOUT_MS); in surfaceEqualityTestByCamera()
392 SESSION_CONFIGURE_TIMEOUT_MS); in surfaceEqualityTestByCamera()
525 SESSION_CONFIGURE_TIMEOUT_MS); in testDeferredSurfacesByCamera()
DAllocationTest.java360 mSession = mSessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in configureAndCreateRequestForSurface()
DImageReaderTest.java397 CameraTestUtils.SESSION_CONFIGURE_TIMEOUT_MS); in testAllOutputYUVResolutions()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java109 public static final int SESSION_CONFIGURE_TIMEOUT_MS = 3000; field in CameraTestUtils
771 sessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in configureCameraSession()
796 sessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in configureCameraSessionWithConfig()
819 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in tryConfigureCameraSessionWithConfig()
823 session = sessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in tryConfigureCameraSessionWithConfig()
858 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in configureReprocessableCameraSession()
864 sessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in configureReprocessableCameraSession()
892 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in configureReprocCameraSessionWithConfig()
898 sessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in configureReprocCameraSessionWithConfig()
/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.java455 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in verifyCreateSessionWithConfigsFailure()