Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38ede54c authored by Jayant Chowdhary's avatar Jayant Chowdhary
Browse files

camera2: Fix getConcurrentCameraIds doc formatting



Bug: 260248001

Test: Inspect make doc-comment-check-docs output

Change-Id: I2d97559da698cbcfe6e5bbe84085cb2b5fd064d5
Signed-off-by: default avatarJayant Chowdhary <jchowdhary@google.com>
parent eca09fa8
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -241,11 +241,13 @@ public final class CameraManager {
     * applications is not guaranteed to be supported, however.</p>
     *
     * <p>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.</p>
     *
     * <ul>
     * <li> Applications must first close any open cameras that have sessions configured, using
     *   {@link CameraDevice#close}. </li>
     * <li> All camera devices intended to be operated concurrently, must be opened using
     *   {@link #openCamera}, before configuring sessions on any of the camera devices.</li>
     *</ul>
     *</p>
     * <p>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}.</p>