Home
last modified time | relevance | path

Searched refs:configSupported (Results 1 – 5 of 5) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DLogicalCameraDeviceTest.java298 if (!sessionConfigSupport.configSupported) { in testBasicLogicalPhysicalStreamCombination()
445 if (!sessionConfigSupport.configSupported) { in testBasicPhysicalRequests()
1145 if (!sessionConfigSupport.configSupported) { in testBasicPhysicalStreamingForCamera()
DRobustnessTest.java619 "%s", combination.getDescription()), sessionConfigSupport.configSupported); in testMandatoryStreamCombination()
DExtendedCameraCharacteristicsTest.java562 sessionConfigSupport.configSupported); in testSPerfClassJpegSizesByCamera()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java569 mCameraManager, /*expectedResult*/ true).configSupported; in isSessionConfigurationSupported()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java3980 public final boolean configSupported; field in CameraTestUtils.SessionConfigSupport
3983 boolean callSupported, boolean configSupported) { in SessionConfigSupport() argument
3986 this.configSupported = configSupported; in SessionConfigSupport()
4014 assertTrue(msg, !sessionConfigSupported.error && sessionConfigSupported.configSupported); in checkSessionConfigurationSupported()