Snap for 9552483 from c8f7479ab5 to udc-release

Change-Id: I55c3e4f307b4830a00bc2273ec7d639d37a4add5
This commit is contained in:
Android Build Coastguard Worker 2023-02-02 02:14:55 +00:00
commit b38b3efb5e
2 changed files with 21 additions and 3 deletions

View file

@ -254,8 +254,8 @@
1) Contain at least two entries
2) Be the same length as config_displayWhiteBalanceHighLightAmbientBiases. -->
<array name ="config_displayWhiteBalanceHighLightAmbientBrightnesses">
<item>3000.0</item>
<item>5000.0</item>
<item>130000.0</item>
<item>150000.0</item>
</array>
<!-- See DisplayWhiteBalanceController.
@ -273,6 +273,9 @@
config_displayWhiteBalanceHighLightAmbientBrightnesses. -->
<item name="config_displayWhiteBalanceHighLightAmbientColorTemperature" format="float" type="dimen">6700.0</item>
<!-- Duration, in milliseconds, of the display white balance animated transitions. -->
<integer name="config_displayWhiteBalanceTransitionTime">30000</integer>
<!-- Enable doze mode
ComponentName of a dream to show whenever the system would otherwise have gone to sleep. -->
<string translatable="false" name="config_dozeComponent"></string>

View file

@ -118,7 +118,17 @@
"Multiplier":0.001,
"SendCallback":true,
"PollingDelay":300000,
"PassiveDelay":7000
"PassiveDelay":7000,
"BindedCdevInfo": [
{
"CdevRequest": "tpu_cooling",
"LimitInfo": [0, 2, 3, 4, 5, 5, 5]
},
{
"CdevRequest": "gxp-cooling",
"LimitInfo": [0, 0, 0, 0, 0, 99, 99]
}
]
},
{
"Name":"VIRTUAL-SKIN-HINT",
@ -599,6 +609,11 @@
"Type":"NPU",
"WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote"
},
{
"Name":"gxp-cooling",
"Type":"NPU",
"WritePath":"/dev/thermal/cdev-by-name/gxp-cooling/user_vote"
},
{
"Name":"fcc",
"Type":"BATTERY"