Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
DCameraSessionUtils.java80 CameraTestUtils.SESSION_CONFIGURE_TIMEOUT_MS); in getConfiguredSession()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraDeviceTest.java574 result = results.poll(SESSION_CONFIGURE_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testChainedOperation()
731 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in prepareTestByCamera()
794 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in prepareTestByCamera()
835 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in prepareTestByCamera()
1178 mSession = mSessionMockListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in prepareCapture()
1179 waitForSessionState(SESSION_CONFIGURED, SESSION_CONFIGURE_TIMEOUT_MS); in prepareCapture()
DCameraTestUtils.java107 public static final int SESSION_CONFIGURE_TIMEOUT_MS = 3000; field in CameraTestUtils
712 sessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in configureCameraSession()
750 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in configureReprocessableCameraSession()
756 sessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in configureReprocessableCameraSession()
DAllocationTest.java365 mSession = mSessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS); in configureAndCreateRequestForSurface()