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

Commit cf36cd1e authored by Jayant Chowdhary's avatar Jayant Chowdhary
Browse files

camera2: Update documentation for getConcurrentStreamingCameraIds to account...


camera2: Update documentation for getConcurrentStreamingCameraIds to account for availability callbacks.

Bug: 148995918

Test: builds
Test: make doc-comment-check-docs

Change-Id: Ib6f09034c470a7439912fb4aa569b6e1f69db5ab
Signed-off-by: default avatarJayant Chowdhary <jchowdhary@google.com>
parent 305c7391
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -140,6 +140,11 @@ public final class CameraManager {
     * <p>The set of combinations doesn't contain physical cameras that can only be used as
     * part of a logical multi-camera device.</p>
     *
     * <p> If a new camera id becomes available through
     * {@link AvailabilityCallback#onCameraUnavailable(String)}, clients can call
     * this method to check if new combinations of camera ids which can stream concurrently are
     * available.
     *
     * @return The set of combinations of currently connected camera devices, that may have
     *         sessions configured concurrently. The set of combinations will be empty if no such
     *         combinations are supported by the camera subsystem.