Home
last modified time | relevance | path

Searched refs:isSessionConfigSupported (Results 1 – 4 of 4) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DLogicalCameraDeviceTest.java260 SessionConfigSupport sessionConfigSupport = isSessionConfigSupported( in testBasicLogicalPhysicalStreamCombination()
388 SessionConfigSupport sessionConfigSupport = isSessionConfigSupported( in testBasicPhysicalRequests()
1007 SessionConfigSupport sessionConfigSupport = isSessionConfigSupported( in testBasicPhysicalStreamingForCamera()
DRobustnessTest.java412 SessionConfigSupport sessionConfigSupport = isSessionConfigSupported( in testMandatoryStreamCombination()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java583 return isSessionConfigSupported(mCamera, mHandler, configs, in isSessionConfigurationSupported()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2748 isSessionConfigSupported(camera, handler, outputConfigs, inputConfig, in checkSessionConfigurationSupported()
2757 public static SessionConfigSupport isSessionConfigSupported(CameraDevice camera, in isSessionConfigSupported() method in CameraTestUtils