Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java169 waitForState(BlockingSessionCallback.SESSION_CLOSED, CAMERA_IDLE_TIMEOUT_MS); in stopCapture()
DCamera2MultiViewTestCase.java501 SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopPreview()
DCamera2SurfaceViewTestCase.java243 mSessionListener.getStateWaiter().waitForState(BlockingSessionCallback.SESSION_CLOSED, in stopPreviewAndDrain()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java2020 waitForSessionState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in closeSession()
2032 public static final int SESSION_CLOSED = 1; field in CameraDeviceTest.MultipleSessionCallback
2054 mSessionStates.put(session, SESSION_CLOSED); in onClosed()
2106 while (mSessionStates.get(session).equals(SESSION_CLOSED) == false) { in waitForSessionClose()
DPerformanceTest.java19 import static com.android.ex.camera2.blocking.BlockingSessionCallback.SESSION_CLOSED;
988 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, in blockingStopPreview()
DAllocationTest.java400 mSessionListener.getStateWaiter().waitForState(BlockingSessionCallback.SESSION_CLOSED, in stopCapture()
DRecordingTest.java1349 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopCameraStreaming()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java1345 BlockingSessionCallback.SESSION_CLOSED, TIMEOUT_SESSION_CLOSE);