Searched refs:sessionStates (Results 1 – 4 of 4) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | HeifWriterTest.java | 100 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in testHeif() local 178 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in testHeif()
|
D | ImageReaderTest.java | 1051 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in testAllOutputYUVResolutions() local 1124 Arrays.asList(sessionStates), in testAllOutputYUVResolutions()
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2MultiViewTestCase.java | 521 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in verifyCreateSessionWithConfigsFailure() local 524 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in verifyCreateSessionWithConfigsFailure()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 1605 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in tryConfigureCameraSessionWithConfig() local 1608 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in tryConfigureCameraSessionWithConfig() 1692 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in configureReprocessableCameraSessionWithConfigurations() local 1695 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in configureReprocessableCameraSessionWithConfigurations() 1725 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in configureReprocCameraSessionWithConfig() local 1728 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in configureReprocCameraSessionWithConfig()
|