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

Commit d911cb4c authored by Rucha Katakwar's avatar Rucha Katakwar
Browse files

Camera: Update torch strength control API name.

bug: 200174275
Change-Id: I04fa7b8f30f88c84d845235a8f790d4fa01c477b
parent ebaaeedf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2165,7 +2165,7 @@ typedef enum acamera_metadata_tag {
     *
     * <p>If this value is greater than 1, then the device supports controlling the
     * flashlight brightness level via
     * {android.hardware.camera2.CameraManager#setTorchStrengthLevel}.
     * {android.hardware.camera2.CameraManager#turnOnTorchWithStrengthLevel}.
     * If this value is equal to 1, flashlight brightness control is not supported.
     * The value for this key will be null for devices with no flash unit.</p>
     */
@@ -2173,7 +2173,7 @@ typedef enum acamera_metadata_tag {
            ACAMERA_FLASH_INFO_START + 2,
    /**
     * <p>Default flashlight brightness level to be set via
     * {android.hardware.camera2.CameraManager#setTorchStrengthLevel}.</p>
     * {android.hardware.camera2.CameraManager#turnOnTorchWithStrengthLevel}.</p>
     *
     * <p>Type: int32</p>
     *