Snap for 12091636 from 514770a420 to 25D4-release

Change-Id: Idc48ac1f4d969bd67c8c7a8edf2119cae5d18f53
This commit is contained in:
Android Build Coastguard Worker 2024-07-15 23:03:48 +00:00
commit f3d51519c3
7 changed files with 1462 additions and 1343 deletions

View file

@ -143,3 +143,35 @@ prebuilt_etc {
src: "waves/tests/test_preset.mps",
soc_specific: true,
}
prebuilt_etc {
name: "vendor.google.whitechapel.audio.hal.effect.spatializer.base",
src: "spatializer/base",
soc_specific: true,
filename_from_src: true,
relative_install_path: "spatializer",
}
prebuilt_etc {
name: "vendor.google.whitechapel.audio.hal.effect.spatializer.mode_2_ch",
src: "spatializer/mode_2_ch",
soc_specific: true,
filename_from_src: true,
relative_install_path: "spatializer",
}
prebuilt_etc {
name: "vendor.google.whitechapel.audio.hal.effect.spatializer.mode_6_ch",
src: "spatializer/mode_6_ch",
soc_specific: true,
filename_from_src: true,
relative_install_path: "spatializer",
}
prebuilt_etc {
name: "vendor.google.whitechapel.audio.hal.effect.spatializer.mode_xaural",
src: "spatializer/mode_xaural",
soc_specific: true,
filename_from_src: true,
relative_install_path: "spatializer",
}

View file

@ -3,7 +3,7 @@
#EXPORT_FLAG BLUETOOTH
#PARAM_MODE FULL
#SAVE_MODE 3
#SAVE_TIME 2024-07-01 15:39:23
#SAVE_TIME 2024-07-11 15:50:41
#CASE_NAME BLUETOOTH-BT_HAC-VOICE_GENERIC-WB
#PARAM_TYPE TX+2RX

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@
#EXPORT_FLAG HANDSFREE
#PARAM_MODE FULL
#SAVE_MODE 3
#SAVE_TIME 2024-07-01 15:39:22
#SAVE_TIME 2024-07-11 15:50:39
#CASE_NAME HANDSFREE-HANDSFREE-VOICE_GENERIC-WB
#PARAM_TYPE TX+2RX

View file

@ -3,7 +3,7 @@
#EXPORT_FLAG HEADSET
#PARAM_MODE FULL
#SAVE_MODE 3
#SAVE_TIME 2024-07-01 15:39:20
#SAVE_TIME 2024-07-11 15:50:38
#CASE_NAME HEADSET-USB_BLACKBIRD-VOICE_GENERIC-WB
#PARAM_TYPE TX+2RX

View file

@ -329,6 +329,42 @@
],
"ResetOnInit": true
},
{
"Name": "TAUclampMinOnNiceEnable",
"Path": "/proc/vendor_sched/groups/ta/uclamp_min_on_nice_enable",
"Values": [
"1",
"0"
],
"ResetOnInit": true
},
{
"Name": "TAUclampMinOnNiceMidValue",
"Path": "/proc/vendor_sched/groups/ta/uclamp_min_on_nice_mid_value",
"Values": [
"600",
"0"
],
"ResetOnInit": true
},
{
"Name": "TAUclampMinOnNiceHighPrio",
"Path": "/proc/vendor_sched/groups/ta/uclamp_min_on_nice_high_prio",
"Values": [
"119",
"120"
],
"ResetOnInit": true
},
{
"Name": "TAUclampMinOnNiceMidPrio",
"Path": "/proc/vendor_sched/groups/ta/uclamp_min_on_nice_mid_prio",
"Values": [
"128",
"130"
],
"ResetOnInit": true
},
{
"Name": "FGUClampBoost",
"Path": "/proc/vendor_sched/groups/fg/uclamp_min",
@ -445,6 +481,7 @@
"Path": "/proc/vendor_sched/groups/ta/preferred_idle_mask_high",
"Values": [
"0xff",
"0xf0",
"0x7f"
],
"ResetOnInit": true
@ -454,6 +491,7 @@
"Path": "/proc/vendor_sched/groups/ta/preferred_idle_mask_mid",
"Values": [
"0xff",
"0xf0",
"0x7f"
],
"ResetOnInit": true
@ -463,6 +501,7 @@
"Path": "/proc/vendor_sched/groups/ta/preferred_idle_mask_low",
"Values": [
"0xff",
"0xf0",
"0x7f"
],
"ResetOnInit": true
@ -1477,12 +1516,60 @@
"Duration": 3000,
"Value": "0"
},
{
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
"Node": "ReducePreferIdle",
"Duration": 3000,
"Value": "0"
},
{
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
"Node": "TAUClampBoost",
"Node": "TAPreferredIdleMaskHigh",
"Duration": 3000,
"Value": "0xf0"
},
{
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
"Node": "TAPreferredIdleMaskMid",
"Duration": 3000,
"Value": "0xf0"
},
{
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
"Node": "TAPreferredIdleMaskLow",
"Duration": 3000,
"Value": "0xf0"
},
{
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
"Node": "TAUclampMinOnNiceEnable",
"Duration": 3000,
"Value": "1"
},
{
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
"Node": "TAUclampMinOnNiceMidValue",
"Duration": 3000,
"Value": "600"
},
{
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
"Node": "TAUclampMinOnNiceHighPrio",
"Duration": 3000,
"Value": "119"
},
{
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
"Node": "TAUclampMinOnNiceMidPrio",
"Duration": 3000,
"Value": "128"
},
{
"PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE",
"Node": "TAPreferIdle",
"Duration": 3000,
"Value": "1"
},
{
"PowerHint": "CAMERA_THERMAL_SEVERE_BOOST",
"Node": "CDPreferHighCap",