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

Commit 48fa7ad7 authored by Shuzhen Wang's avatar Shuzhen Wang Committed by android-build-merger
Browse files

Merge "Camera2: Clarify ordering between onCaptureStart and onCaptureProgressed" into nyc-dev

am: 1b596998

* commit '1b596998':
  Camera2: Clarify ordering between onCaptureStart and onCaptureProgressed
parents 80137f25 1b596998
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -847,6 +847,9 @@ public abstract class CameraCaptureSession implements AutoCloseable {
         * to make forward progress from the partial results and avoid waiting for the completed
         * result.</p>
         *
         * <p>For a particular request, {@link #onCaptureProgressed} may happen before or after
         * {@link #onCaptureStarted}.</p>
         *
         * <p>Each request will generate at least {@code 1} partial results, and at most
         * {@link CameraCharacteristics#REQUEST_PARTIAL_RESULT_COUNT} partial results.</p>
         *