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: If472e2410e40f09372250e20dd7e23d315c5a576
This commit is contained in:
parent
993cf212ad
commit
1a082f01a9
3 changed files with 0 additions and 72 deletions
|
@ -892,30 +892,6 @@
|
|||
"Type": "DoHint",
|
||||
"Value": "LAUNCH_PMU"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
|
|
|
@ -852,30 +852,6 @@
|
|||
"Type": "DoHint",
|
||||
"Value": "LAUNCH_PMU"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
|
|
|
@ -892,30 +892,6 @@
|
|||
"Type": "DoHint",
|
||||
"Value": "LAUNCH_PMU"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue