Searched refs:sessionStates (Results 1 – 4 of 4) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | HeifWriterTest.java | 94 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in testHeif() local 171 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in testHeif()
|
D | ImageReaderTest.java | 445 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in testAllOutputYUVResolutions() local 518 Arrays.asList(sessionStates), in testAllOutputYUVResolutions()
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2MultiViewTestCase.java | 538 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in verifyCreateSessionWithConfigsFailure() local 541 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in verifyCreateSessionWithConfigsFailure()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 861 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in tryConfigureCameraSessionWithConfig() local 864 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in tryConfigureCameraSessionWithConfig() 931 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in configureReprocessableCameraSession() local 934 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in configureReprocessableCameraSession() 965 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in configureReprocCameraSessionWithConfig() local 968 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in configureReprocCameraSessionWithConfig()
|