Home
last modified time | relevance | path

Searched refs:checkSessionConfigurationWithSurfaces (Results 1 – 3 of 3) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java27 import static android.hardware.camera2.cts.CameraTestUtils.checkSessionConfigurationWithSurfaces;
1007 checkSessionConfigurationWithSurfaces(mCamera, mHandler, allOutputSurfaces, in testMandatoryReprocessableStreamCombination()
DRecordingTest.java1413 CameraTestUtils.checkSessionConfigurationWithSurfaces(mCamera, mHandler, in startConstrainedPreview()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java3993 public static void checkSessionConfigurationWithSurfaces(CameraDevice camera, in checkSessionConfigurationWithSurfaces() method in CameraTestUtils