From b22f973ff09f15317274a5e97dc6c8d470631f91 Mon Sep 17 00:00:00 2001 From: "Ali K. Zadeh" Date: Wed, 9 Oct 2024 18:17:19 +0000 Subject: [PATCH] [akita] Define CAMERA_MULTICAM_BOOST This CL defines CAMERA_MULTICAM_BOOST (with the same settings as the existing CAMERA_ZOOMING_BOOST). Having both definitions is necessary to be able to transition from zooming boost to multicam boost. Once the multicam boost flag is fully rolled out, we can remove the CAMERA_ZOOMING_BOOST. Bug: 347829135 Test: adb logcat Flag: EXEMPT resource file only change Change-Id: I89f58da3836001f6dd5e566eb1520e785ac8f3de --- powerhint-akita.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/powerhint-akita.json b/powerhint-akita.json index 58e8fc1..50cccdb 100644 --- a/powerhint-akita.json +++ b/powerhint-akita.json @@ -1464,6 +1464,24 @@ "Duration": 1000, "Value": "664000" }, + { + "PowerHint": "CAMERA_MULTICAM_BOOST", + "Node": "CDPreferIdle", + "Duration": 100, + "Value": "1" + }, + { + "PowerHint": "CAMERA_MULTICAM_BOOST", + "Node": "AutoPreferIdle", + "Duration": 100, + "Value": "0" + }, + { + "PowerHint": "CAMERA_MULTICAM_BOOST", + "Node": "PMU_POLL", + "Duration": 100, + "Value": "0" + }, { "PowerHint": "CAMERA_ZOOMING_BOOST", "Node": "CDPreferIdle",