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

Commit 0a201881 authored by Jayant Chowdhary's avatar Jayant Chowdhary
Browse files

Fix return type documentation for camera ndk methods



for
- ACameraCaptureSession_stopRepeating()
- ACameraCaptureSession_abortCaptures()

Bug: 355694957

Flag: DOCS_ONLY

Test: builds

Change-Id: Iea15a95e006bdb2ff109579bf42de595bfaac9d1
Signed-off-by: default avatarJayant Chowdhary <jchowdhary@google.com>
parent 0c15f1f7
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -576,9 +576,7 @@ camera_status_t ACameraCaptureSession_setRepeatingRequest(
 *
 * @param session the capture session of interest
 *
 * @return <ul><li>
 *             {@link ACAMERA_OK} if the method succeeds. captureSequenceId will be filled
 *             if it is not NULL.</li>
 * @return <ul><li>{@link ACAMERA_OK} if the method succeeds.</li>
 *         <li>{@link ACAMERA_ERROR_INVALID_PARAMETER} if session is NULL.</li>
 *         <li>{@link ACAMERA_ERROR_SESSION_CLOSED} if the capture session has been closed</li>
 *         <li>{@link ACAMERA_ERROR_CAMERA_DISCONNECTED} if the camera device is closed</li>
@@ -617,9 +615,7 @@ camera_status_t ACameraCaptureSession_stopRepeating(ACameraCaptureSession* sessi
 *
 * @param session the capture session of interest
 *
 * @return <ul><li>
 *             {@link ACAMERA_OK} if the method succeeds. captureSequenceId will be filled
 *             if it is not NULL.</li>
 * @return <ul><li> {@link ACAMERA_OK} if the method succeeds</li>
 *         <li>{@link ACAMERA_ERROR_INVALID_PARAMETER} if session is NULL.</li>
 *         <li>{@link ACAMERA_ERROR_SESSION_CLOSED} if the capture session has been closed</li>
 *         <li>{@link ACAMERA_ERROR_CAMERA_DISCONNECTED} if the camera device is closed</li>