Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java1394 Set<CaptureRequest.Key> supportedRequestKeys = in testRepeatingAndCaptureCombined() local
1396 boolean supportsStrengthControl = supportedRequestKeys.contains( in testRepeatingAndCaptureCombined()
1398 boolean supportsAFControlMode = supportedRequestKeys.contains( in testRepeatingAndCaptureCombined()
1672 Set<CaptureRequest.Key> supportedRequestKeys = in testEyesFreeExtension() local
1677 ZOOM_CAPTURE_REQUEST_SET), supportedRequestKeys, true); in testEyesFreeExtension() local
1683 supportedRequestKeys.contains(ExtensionCaptureRequest.EFV_AUTO_ZOOM)) { in testEyesFreeExtension()
1685 supportedRequestKeys, true); in testEyesFreeExtension()
1706 if (supportedRequestKeys.contains(ExtensionCaptureRequest.EFV_AUTO_ZOOM)) { in testEyesFreeExtension()
2362 Set<CaptureRequest.Key> supportedRequestKeys = in testAFMetering() local
2367 assertTrue(supportedRequestKeys.containsAll( in testAFMetering()
[all …]