Snap for 11896415 from a4f776fff3
to 24Q3-release
Change-Id: I9293f3f040e1d47c4124305fd91d104be0e0c0ce
This commit is contained in:
commit
afc1f85793
2 changed files with 36 additions and 4 deletions
|
@ -303,7 +303,7 @@
|
|||
If W is the available width and w is the letterbox width, an app
|
||||
is thin letterboxed if the value here is < (W - w) / 2
|
||||
If the value is < 0 the thin letterboxing policy is disabled -->
|
||||
<dimen name="config_letterboxThinLetterboxWidthDp">28dp</dimen>
|
||||
<dimen name="config_letterboxThinLetterboxWidthDp">62dp</dimen>
|
||||
|
||||
<!-- The height in dp to use to detect horizontal thin letterboxing
|
||||
If H is the available height and h is the letterbox height, an app
|
||||
|
|
|
@ -476,6 +476,16 @@
|
|||
"Type": "Property",
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "PowerHALLaunch",
|
||||
"Path": "vendor.powerhal.is_launch",
|
||||
"Values": [
|
||||
"1",
|
||||
"0"
|
||||
],
|
||||
"Type": "Property",
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "BigTjOffset",
|
||||
"Path": "/sys/devices/platform/100a0000.BIG/offset_enabled",
|
||||
|
@ -840,6 +850,15 @@
|
|||
"67000"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "PA_KILL",
|
||||
"Path": "/sys/kernel/vendor_mm/pa_kill/reclaim_kb",
|
||||
"Values": [
|
||||
"102400",
|
||||
"0"
|
||||
],
|
||||
"ResetOnInit": false
|
||||
}
|
||||
],
|
||||
"Actions": [
|
||||
|
@ -1133,6 +1152,12 @@
|
|||
"Duration": 5000,
|
||||
"Value": "1"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Node": "PowerHALLaunch",
|
||||
"Duration": 5000,
|
||||
"Value": "1"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH_EXTEND",
|
||||
"Node": "CPUSkipMask",
|
||||
|
@ -1306,6 +1331,13 @@
|
|||
"Duration": 0,
|
||||
"Value": "0x80"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_LAUNCH",
|
||||
"Node": "PA_KILL",
|
||||
"EnableProperty": "vendor.powerhal.is_launch",
|
||||
"Duration": 0,
|
||||
"Value": "102400"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_LAUNCH",
|
||||
"Node": "CPUSkipMask",
|
||||
|
@ -2156,7 +2188,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||
"Node": "CPUDVFSHeadroom",
|
||||
"Duration": 0,
|
||||
"Value": "1280 1100 1055"
|
||||
"Value": "1100"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_STANDARD",
|
||||
|
@ -2336,7 +2368,7 @@
|
|||
"PowerHint": "CAMERA_STREAMING_VIDEO_CALL",
|
||||
"Node": "CDPreferHighCap",
|
||||
"Duration": 0,
|
||||
"Value": "1"
|
||||
"Value": "0"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_VIDEO_CALL",
|
||||
|
@ -3135,7 +3167,7 @@
|
|||
"PowerHint": "CAMERA_PROJECT11",
|
||||
"Node": "CPUDVFSHeadroom",
|
||||
"Duration": 0,
|
||||
"Value": "1280 1100 1055"
|
||||
"Value": "1100"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_PROJECT11",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue