Snap for 8623956 from 138a5f93bb to udc-release

Change-Id: I650c08013de3d29b5d490e872c53479929ddfa08
This commit is contained in:
Android Build Coastguard Worker 2022-05-21 05:08:10 +00:00
commit 0f0f20f4b2
14 changed files with 180 additions and 6 deletions

View file

@ -26,6 +26,15 @@
<instance>default</instance> <instance>default</instance>
</interface> </interface>
</hal> </hal>
<hal format="hidl">
<name>hardware.google.bluetooth.ext</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IBluetoothExt</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>hardware.google.bluetooth.ccc</name> <name>hardware.google.bluetooth.ccc</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>

View file

@ -175,6 +175,9 @@
<!-- Type of the udfps long press sensor. Empty if long press is not supported. --> <!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string> <string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>
<!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
<string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
<!-- How long it takes for the HW to start illuminating after the illumination is requested. <!-- How long it takes for the HW to start illuminating after the illumination is requested.
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 120 Hz screen It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 120 Hz screen
refresh rate equates to a 25 ms delay. --> refresh rate equates to a 25 ms delay. -->

View file

@ -4,6 +4,7 @@ on init
# NFC streset tool name # NFC streset tool name
setprop persist.vendor.nfc.streset libstreset21 setprop persist.vendor.nfc.streset libstreset21
setprop persist.vendor.se.streset libstreset21 setprop persist.vendor.se.streset libstreset21
setprop persist.vendor.se.reset needed
on init && property:ro.vendor.factory=1 on init && property:ro.vendor.factory=1
import /vendor/etc/init/hw/init.factory.rc import /vendor/etc/init/hw/init.factory.rc

View file

@ -149,6 +149,10 @@ PRODUCT_PACKAGES += \
libspatialaudio \ libspatialaudio \
librondo librondo
# Bluetooth hci_inject test tool
PRODUCT_PACKAGES_DEBUG += \
hci_inject
# Keymaster HAL # Keymaster HAL
#LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service #LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service

View file

@ -131,6 +131,10 @@ PRODUCT_PACKAGES += \
libspatialaudio \ libspatialaudio \
librondo librondo
# Bluetooth hci_inject test tool
PRODUCT_PACKAGES_DEBUG += \
hci_inject
# Keymaster HAL # Keymaster HAL
#LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service #LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service

View file

@ -193,6 +193,9 @@
<!-- Type of the udfps long press sensor. Empty if long press is not supported. --> <!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string> <string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>
<!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
<string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
<!-- How long it takes for the HW to start illuminating after the illumination is requested. <!-- How long it takes for the HW to start illuminating after the illumination is requested.
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 90 Hz screen It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 90 Hz screen
refresh rate equates to a 34 ms delay. --> refresh rate equates to a 34 ms delay. -->

View file

@ -143,6 +143,15 @@
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "FGUClampBoost",
"Path": "/proc/vendor_sched/fg_uclamp_min",
"Values": [
"159",
"0"
],
"ResetOnInit": true
},
{ {
"Name": "SFUClampBoost", "Name": "SFUClampBoost",
"Path": "/proc/vendor_sched/sf_uclamp_min", "Path": "/proc/vendor_sched/sf_uclamp_min",
@ -555,6 +564,12 @@
"Duration": 5000, "Duration": 5000,
"Value": "553" "Value": "553"
}, },
{
"PowerHint": "LAUNCH",
"Node": "FGUClampBoost",
"Duration": 5000,
"Value": "159"
},
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "MemFreq", "Node": "MemFreq",

View file

@ -112,6 +112,24 @@
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "UClampThreshold",
"Path": "/proc/vendor_sched/uclamp_threshold",
"Values": [
"0",
"8"
],
"ResetOnInit": true
},
{
"Name": "ReduceRreferIdle",
"Path": "/proc/vendor_sched/reduce_prefer_idle",
"Values": [
"0",
"1"
],
"ResetOnInit": true
},
{ {
"Name": "CPUUtilThreshold", "Name": "CPUUtilThreshold",
"Path": "/proc/vendor_sched/util_threshold", "Path": "/proc/vendor_sched/util_threshold",
@ -143,6 +161,15 @@
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "FGUClampBoost",
"Path": "/proc/vendor_sched/fg_uclamp_min",
"Values": [
"159",
"0"
],
"ResetOnInit": true
},
{ {
"Name": "SFUClampBoost", "Name": "SFUClampBoost",
"Path": "/proc/vendor_sched/sf_uclamp_min", "Path": "/proc/vendor_sched/sf_uclamp_min",
@ -508,6 +535,18 @@
"Duration": 5000, "Duration": 5000,
"Value": "85" "Value": "85"
}, },
{
"PowerHint": "LAUNCH",
"Node": "UClampThreshold",
"Duration": 5000,
"Value": "0"
},
{
"PowerHint": "LAUNCH",
"Node": "ReduceRreferIdle",
"Duration": 5000,
"Value": "0"
},
{ {
"PowerHint": "LAUNCH_120FPS", "PowerHint": "LAUNCH_120FPS",
"Node": "SFUClampBoost", "Node": "SFUClampBoost",
@ -555,6 +594,12 @@
"Duration": 5000, "Duration": 5000,
"Value": "553" "Value": "553"
}, },
{
"PowerHint": "LAUNCH",
"Node": "FGUClampBoost",
"Duration": 5000,
"Value": "159"
},
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "MemFreq", "Node": "MemFreq",

View file

@ -132,6 +132,15 @@
"DefaultIndex": 0, "DefaultIndex": 0,
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "FGUClampBoost",
"Path": "/proc/vendor_sched/fg_uclamp_min",
"Values": [
"159",
"0"
],
"ResetOnInit": true
},
{ {
"Name": "CDPreferIdle", "Name": "CDPreferIdle",
"Path": "/proc/vendor_sched/cam_prefer_idle", "Path": "/proc/vendor_sched/cam_prefer_idle",
@ -399,6 +408,12 @@
"Duration": 5000, "Duration": 5000,
"Value": "553" "Value": "553"
}, },
{
"PowerHint": "LAUNCH",
"Node": "FGUClampBoost",
"Duration": 5000,
"Value": "159"
},
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "MemFreq", "Node": "MemFreq",

View file

@ -143,6 +143,15 @@
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "FGUClampBoost",
"Path": "/proc/vendor_sched/fg_uclamp_min",
"Values": [
"159",
"0"
],
"ResetOnInit": true
},
{ {
"Name": "SFUClampBoost", "Name": "SFUClampBoost",
"Path": "/proc/vendor_sched/sf_uclamp_min", "Path": "/proc/vendor_sched/sf_uclamp_min",
@ -544,6 +553,12 @@
"Duration": 5000, "Duration": 5000,
"Value": "553" "Value": "553"
}, },
{
"PowerHint": "LAUNCH",
"Node": "FGUClampBoost",
"Duration": 5000,
"Value": "159"
},
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "MemFreq", "Node": "MemFreq",

View file

@ -112,6 +112,24 @@
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "UClampThreshold",
"Path": "/proc/vendor_sched/uclamp_threshold",
"Values": [
"0",
"8"
],
"ResetOnInit": true
},
{
"Name": "ReduceRreferIdle",
"Path": "/proc/vendor_sched/reduce_prefer_idle",
"Values": [
"0",
"1"
],
"ResetOnInit": true
},
{ {
"Name": "CPUUtilThreshold", "Name": "CPUUtilThreshold",
"Path": "/proc/vendor_sched/util_threshold", "Path": "/proc/vendor_sched/util_threshold",
@ -143,6 +161,15 @@
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "FGUClampBoost",
"Path": "/proc/vendor_sched/fg_uclamp_min",
"Values": [
"159",
"0"
],
"ResetOnInit": true
},
{ {
"Name": "SFUClampBoost", "Name": "SFUClampBoost",
"Path": "/proc/vendor_sched/sf_uclamp_min", "Path": "/proc/vendor_sched/sf_uclamp_min",
@ -508,6 +535,18 @@
"Duration": 5000, "Duration": 5000,
"Value": "85" "Value": "85"
}, },
{
"PowerHint": "LAUNCH",
"Node": "UClampThreshold",
"Duration": 5000,
"Value": "0"
},
{
"PowerHint": "LAUNCH",
"Node": "ReduceRreferIdle",
"Duration": 5000,
"Value": "0"
},
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "FGPreferIdle", "Node": "FGPreferIdle",
@ -544,6 +583,12 @@
"Duration": 5000, "Duration": 5000,
"Value": "553" "Value": "553"
}, },
{
"PowerHint": "LAUNCH",
"Node": "FGUClampBoost",
"Duration": 5000,
"Value": "159"
},
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "MemFreq", "Node": "MemFreq",

View file

@ -132,6 +132,15 @@
"DefaultIndex": 0, "DefaultIndex": 0,
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "FGUClampBoost",
"Path": "/proc/vendor_sched/fg_uclamp_min",
"Values": [
"159",
"0"
],
"ResetOnInit": true
},
{ {
"Name": "CDPreferIdle", "Name": "CDPreferIdle",
"Path": "/proc/vendor_sched/cam_prefer_idle", "Path": "/proc/vendor_sched/cam_prefer_idle",
@ -399,6 +408,12 @@
"Duration": 5000, "Duration": 5000,
"Value": "553" "Value": "553"
}, },
{
"PowerHint": "LAUNCH",
"Node": "FGUClampBoost",
"Duration": 5000,
"Value": "159"
},
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "MemFreq", "Node": "MemFreq",

View file

@ -62,8 +62,8 @@
"VirtualSensor":true, "VirtualSensor":true,
"Formula":"WEIGHTED_AVG", "Formula":"WEIGHTED_AVG",
"Combination":["gnss_tcxo_therm", "disp_therm"], "Combination":["gnss_tcxo_therm", "disp_therm"],
"Coefficient":[0.6, 0.4], "Coefficient":[0.550, 0.450],
"Offset":-200, "Offset":-1000,
"Multiplier":0.001 "Multiplier":0.001
}, },
{ {
@ -84,8 +84,8 @@
"VirtualSensor":true, "VirtualSensor":true,
"Formula":"WEIGHTED_AVG", "Formula":"WEIGHTED_AVG",
"Combination":["quiet_therm","usb_pwr_therm2"], "Combination":["quiet_therm","usb_pwr_therm2"],
"Coefficient":[1.1, -0.1], "Coefficient":[0.9, 0.1],
"Offset":-900, "Offset":-1200,
"Multiplier":0.001 "Multiplier":0.001
}, },
{ {
@ -124,7 +124,7 @@
{ {
"Name":"VIRTUAL-SKIN", "Name":"VIRTUAL-SKIN",
"Type":"SKIN", "Type":"SKIN",
"Version":"0.5", "Version":"0.6",
"VirtualSensor":true, "VirtualSensor":true,
"TriggerSensor":"quiet_therm", "TriggerSensor":"quiet_therm",
"Formula":"MAXIMUM", "Formula":"MAXIMUM",

View file

@ -124,7 +124,7 @@
{ {
"Name":"VIRTUAL-SKIN", "Name":"VIRTUAL-SKIN",
"Type":"SKIN", "Type":"SKIN",
"Version":"0.5", "Version":"0.6",
"VirtualSensor":true, "VirtualSensor":true,
"TriggerSensor":"quiet_therm", "TriggerSensor":"quiet_therm",
"Formula":"MAXIMUM", "Formula":"MAXIMUM",