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/testcases/
DCamera2MultiViewTestCase.java616 SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopPreview()
/cts/tests/camera/src/android/hardware/camera2/cts/
DAllocationTest.java420 SESSION_CLOSE_TIMEOUT_MS); in stopCapture()
DReprocessCaptureTest.java875 BlockingSessionCallback.SESSION_READY, SESSION_CLOSE_TIMEOUT_MS); in testReprocessAbort()
DPerformanceTest.java1121 CameraTestUtils.SESSION_CLOSE_TIMEOUT_MS); in blockingStopPreview()
DRecordingTest.java1733 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopCameraStreaming()
DCameraDeviceTest.java2602 waitForSessionState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in closeSession()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java112 public static final int SESSION_CLOSE_TIMEOUT_MS = 3000; field in CameraTestUtils