Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java414 SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopPreview()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DAllocationTest.java406 SESSION_CLOSE_TIMEOUT_MS); in stopCapture()
DPerformanceTest.java668 CameraTestUtils.SESSION_CLOSE_TIMEOUT_MS); in blockingStopPreview()
DRecordingTest.java1142 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopCameraStreaming()
DReprocessCaptureTest.java802 BlockingSessionCallback.SESSION_READY, SESSION_CLOSE_TIMEOUT_MS); in testReprocessAbort()
DCameraDeviceTest.java1706 waitForSessionState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in closeSession()
DCameraTestUtils.java108 public static final int SESSION_CLOSE_TIMEOUT_MS = 3000; field in CameraTestUtils