Home
last modified time | relevance | path

Searched refs:SESSION_CLOSED (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraDeviceTest.java1706 waitForSessionState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in closeSession()
1718 public static final int SESSION_CLOSED = 1; field in CameraDeviceTest.MultipleSessionCallback
1740 mSessionStates.put(session, SESSION_CLOSED); in onClosed()
1792 while (mSessionStates.get(session).equals(SESSION_CLOSED) == false) { in waitForSessionClose()
DAllocationTest.java405 mSessionListener.getStateWaiter().waitForState(BlockingSessionCallback.SESSION_CLOSED, in stopCapture()
DPerformanceTest.java667 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, in blockingStopPreview()
DRecordingTest.java1142 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopCameraStreaming()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java169 waitForState(BlockingSessionCallback.SESSION_CLOSED, CAMERA_IDLE_TIMEOUT_MS); in stopCapture()
DCamera2MultiViewTestCase.java414 SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopPreview()