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

Commit 410d78f4 authored by Jayant Chowdhary's avatar Jayant Chowdhary Committed by Android (Google) Code Review
Browse files

Merge "Camera: ANAPIC AIDL feedback" into main

parents 50d605f8 85062164
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,12 +89,12 @@ interface ICameraDeviceSession {
     * with processCaptureResult (and its respective releaseFence has been
     * signaled) the framework may free or reuse it at any time.
     *
     * This method wil only be called by the framework if
     * This method must only be called by the framework if
     * ANDROID_INFO_SUPPORTED_BUFFER_MANAGEMENT_VERSION is either not advertised or is
     * ANDROID_INFO_SUPPORTED_BUFFER_MANAGEMENT_VERSION_AIDL. If the value of
     * ANDROID_INFO_SUPPORTED_BUFFER_MANAGEMENT_VERSION is
     * ANDROID_INFO_SUPPORTED_BUFFER_MANAGEMENT_VERSION_SESSION_CONFIGURABLE, configureStreamsV2
     * will be called instead.
     * must be called instead.
     *
     * ------------------------------------------------------------------------
     *
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ package android.hardware.camera.metadata;
/**
 * android.automotive.lens.facing enumeration values
 * @see ANDROID_AUTOMOTIVE_LENS_FACING
 * See system/media/camera/docs/metadata_definitions.xml for details.
 */
@VintfStability
@Backing(type="int")
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ package android.hardware.camera.metadata;
/**
 * android.automotive.location enumeration values
 * @see ANDROID_AUTOMOTIVE_LOCATION
 * See system/media/camera/docs/metadata_definitions.xml for details.
 */
@VintfStability
@Backing(type="int")
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ package android.hardware.camera.metadata;
/**
 * android.blackLevel.lock enumeration values
 * @see ANDROID_BLACK_LEVEL_LOCK
 * See system/media/camera/docs/metadata_definitions.xml for details.
 */
@VintfStability
@Backing(type="int")
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ package android.hardware.camera.metadata;
/**
 * android.colorCorrection.aberrationMode enumeration values
 * @see ANDROID_COLOR_CORRECTION_ABERRATION_MODE
 * See system/media/camera/docs/metadata_definitions.xml for details.
 */
@VintfStability
@Backing(type="int")
Loading