summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Yiu <rickyiu@google.com>2023-09-19 02:59:24 +0000
committerRick Yiu <rickyiu@google.com>2023-09-19 07:10:47 +0000
commit6802c8083d7cb79ea3ca783d8d839ce9dc41b7a3 (patch)
tree1dc882271eeea07faf23c36e50f8b0894d85e990
parent0155c6cdaf130d55de85fa9b9ae300cc1a9125ed (diff)
downloadlynx-6802c8083d7cb79ea3ca783d8d839ce9dc41b7a3.tar.gz
Disable limiting camera_hal for LAUNCH hint
If auto rotation is enabled, it will trigger LAUNCH hint while camera is running if device rotates, which could limit camera_hal tasks to little cores. So, disable it first until there is a new hint for the rotation event. Bug: 297273578 Test: build pass Change-Id: I5040ae4893632f7f7b88cb23ad45554f17fee04c
-rw-r--r--powerhint.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/powerhint.json b/powerhint.json
index ed14f9a..9ce84eb 100644
--- a/powerhint.json
+++ b/powerhint.json
@@ -705,30 +705,6 @@
{
"PowerHint": "LAUNCH",
"Type": "DoHint",
- "EnableProperty": "vendor.powerhal.camerarunning",
- "Value": "CDCPUSET_RESTRICTED"
- },
- {
- "PowerHint": "LAUNCH",
- "Type": "DoHint",
- "EnableProperty": "vendor.powerhal.camerarunning",
- "Value": "CDHIGHCPUSETCPUS_RESTRICTED"
- },
- {
- "PowerHint": "LAUNCH",
- "Type": "DoHint",
- "EnableProperty": "vendor.powerhal.camerarunning",
- "Value": "CDMIDCPUSETCPUS_RESTRICTED"
- },
- {
- "PowerHint": "LAUNCH",
- "Type": "DoHint",
- "EnableProperty": "vendor.powerhal.camerarunning",
- "Value": "CDMIDHIGHCPUSETCPUS_RESTRICTED"
- },
- {
- "PowerHint": "LAUNCH",
- "Type": "DoHint",
"Value": "LAUNCH_EXTEND"
},
{