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 177 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in testHeif()
|
D | ImageReaderTest.java | 506 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in testAllOutputYUVResolutions() local 579 Arrays.asList(sessionStates), in testAllOutputYUVResolutions()
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2MultiViewTestCase.java | 501 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in verifyCreateSessionWithConfigsFailure() local 504 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in verifyCreateSessionWithConfigsFailure()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 1320 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in tryConfigureCameraSessionWithConfig() local 1323 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in tryConfigureCameraSessionWithConfig() 1407 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in configureReprocessableCameraSessionWithConfigurations() local 1410 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in configureReprocessableCameraSessionWithConfigurations() 1440 Integer[] sessionStates = {BlockingSessionCallback.SESSION_READY, in configureReprocCameraSessionWithConfig() local 1443 Arrays.asList(sessionStates), SESSION_CONFIGURE_TIMEOUT_MS); in configureReprocCameraSessionWithConfig()
|