From 38ede54c5e80d853a9414f4e3278dadd030d3c75 Mon Sep 17 00:00:00 2001 From: Jayant Chowdhary Date: Thu, 24 Nov 2022 00:48:22 +0000 Subject: [PATCH] camera2: Fix getConcurrentCameraIds doc formatting Bug: 260248001 Test: Inspect make doc-comment-check-docs output Change-Id: I2d97559da698cbcfe6e5bbe84085cb2b5fd064d5 Signed-off-by: Jayant Chowdhary --- .../java/android/hardware/camera2/CameraManager.java | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/core/java/android/hardware/camera2/CameraManager.java b/core/java/android/hardware/camera2/CameraManager.java index d6d3a97687b5c..a4f79830fe278 100644 --- a/core/java/android/hardware/camera2/CameraManager.java +++ b/core/java/android/hardware/camera2/CameraManager.java @@ -241,11 +241,13 @@ public final class CameraManager { * applications is not guaranteed to be supported, however.

* *

For concurrent operation, in chronological order : - * - Applications must first close any open cameras that have sessions configured, using - * {@link CameraDevice#close}. - * - All camera devices intended to be operated concurrently, must be opened using - * {@link #openCamera}, before configuring sessions on any of the camera devices.

- * + * + *

*

Each device in a combination, is guaranteed to support stream combinations which may be * obtained by querying {@link #getCameraCharacteristics} for the key * {@link android.hardware.camera2.CameraCharacteristics#SCALER_MANDATORY_CONCURRENT_STREAM_COMBINATIONS}.