Searched refs:supportedResultKeys (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CameraExtensionSessionTest.java | 1400 Set<CaptureResult.Key> supportedResultKeys = in testRepeatingAndCaptureCombined() local 1402 boolean supportsAFControlState = supportedResultKeys.contains( in testRepeatingAndCaptureCombined() 1405 assertTrue(supportedResultKeys.contains(CaptureResult.EXTENSION_STRENGTH)); in testRepeatingAndCaptureCombined() 1670 Set<CaptureResult.Key> supportedResultKeys = in testEyesFreeExtension() local 1680 ZOOM_CAPTURE_RESULT_SET), supportedResultKeys, true); in testEyesFreeExtension() local 1687 supportedResultKeys, true); in testEyesFreeExtension() 1904 Set<CaptureResult.Key> supportedResultKeys, CameraErrorCollector errorCollector) { in SimpleCaptureCallback() argument 1905 this(extensionType, proxy, supportedResultKeys, errorCollector, null /*afListener*/, in SimpleCaptureCallback() 1911 Set<CaptureResult.Key> supportedResultKeys, CameraErrorCollector errorCollector, in SimpleCaptureCallback() argument 1913 this(extensionType, proxy, supportedResultKeys, errorCollector, null /*afListener*/, in SimpleCaptureCallback() [all …]
|