Snap for 8863164 from e4bb1581cc to udc-release

Change-Id: Icd6dd57c4bc07610873ee132b7c73b60695d7ef9
This commit is contained in:
Android Build Coastguard Worker 2022-07-23 05:07:41 +00:00
commit d966b770cd
2 changed files with 87 additions and 93 deletions

View file

@ -152,7 +152,7 @@
when adapting to brighter or darker environments. This parameter controls how quickly when adapting to brighter or darker environments. This parameter controls how quickly
brightness changes occur in response to an observed change in light level that exceeds the brightness changes occur in response to an observed change in light level that exceeds the
hysteresis threshold. --> hysteresis threshold. -->
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer> <integer name="config_autoBrightnessBrighteningLightDebounce">1000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer> <integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
<!-- 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. -->
@ -172,8 +172,7 @@
<!-- the number of the max cached processes in the system. --> <!-- the number of the max cached processes in the system. -->
<integer name="config_customizedMaxCachedProcesses">64</integer> <integer name="config_customizedMaxCachedProcesses">64</integer>
<integer-array name="config_ambientThresholdLevels"> <integer-array name="config_ambientThresholdLevels">
<item>1</item>
<item>2</item> <item>2</item>
<item>3</item> <item>3</item>
<item>4</item> <item>4</item>
@ -192,34 +191,48 @@
<item>80</item> <item>80</item>
<item>90</item> <item>90</item>
<item>100</item> <item>100</item>
</integer-array> <item>200</item>
<item>300</item>
<item>400</item>
<item>500</item>
<item>1000</item>
<item>2000</item>
<item>3000</item>
<item>4000</item>
</integer-array>
<integer-array name="config_ambientBrighteningThresholds"> <integer-array name="config_ambientBrighteningThresholds">
<item>11373</item> <item>5186</item>
<item>5000</item>
<item>4333</item> <item>4333</item>
<item>3666</item> <item>3666</item>
<item>3000</item> <item>2999</item>
<item>2760</item> <item>2759</item>
<item>2520</item> <item>2519</item>
<item>2280</item> <item>2279</item>
<item>2040</item> <item>2039</item>
<item>1800</item> <item>1799</item>
<item>800</item> <item>799</item>
<item>527</item> <item>527</item>
<item>500</item> <item>499</item>
<item>470</item> <item>470</item>
<item>396</item> <item>517</item>
<item>322</item> <item>565</item>
<item>248</item> <item>612</item>
<item>174</item> <item>660</item>
<item>99</item> <item>708</item>
<item>99</item> <item>742</item>
</integer-array> <item>636</item>
<item>582</item>
<item>549</item>
<item>369</item>
<item>294</item>
<item>269</item>
<item>220</item>
<item>220</item>
</integer-array>
<integer-array name="config_ambientDarkeningThresholds"> <integer-array name="config_ambientDarkeningThresholds">
<item>853</item> <item>525</item>
<item>700</item>
<item>683</item> <item>683</item>
<item>666</item> <item>666</item>
<item>650</item> <item>650</item>
@ -232,13 +245,21 @@
<item>500</item> <item>500</item>
<item>440</item> <item>440</item>
<item>385</item> <item>385</item>
<item>348</item> <item>382</item>
<item>311</item> <item>379</item>
<item>274</item> <item>376</item>
<item>237</item> <item>373</item>
<item>200</item> <item>371</item>
<item>200</item> <item>367</item>
</integer-array> <item>387</item>
<item>397</item>
<item>403</item>
<item>380</item>
<item>345</item>
<item>333</item>
<item>283</item>
<item>283</item>
</integer-array>
<!-- Boolean indicating if restoring network selection should be skipped --> <!-- Boolean indicating if restoring network selection should be skipped -->
<!-- The restoring is handled by modem if it is true --> <!-- The restoring is handled by modem if it is true -->

View file

@ -144,7 +144,6 @@
"Path": "/proc/vendor_sched/ta_uclamp_min", "Path": "/proc/vendor_sched/ta_uclamp_min",
"Values": [ "Values": [
"553", "553",
"185",
"1", "1",
"55" "55"
], ],
@ -1287,32 +1286,6 @@
"Duration": 0, "Duration": 0,
"Value": "1" "Value": "1"
}, },
{
"PowerHint": "ADPF_DISABLE_TA_BOOST",
"Type": "MaskHint",
"Value": "BOOST_DISPLAY"
},
{
"PowerHint": "ADPF_DISABLE_TA_BOOST",
"Type": "EndHint",
"Value": "BOOST_60HZ"
},
{
"PowerHint": "BOOST_DISPLAY",
"Type": "DoHint",
"Value": "BOOST_60HZ"
},
{
"PowerHint": "INTERACTION",
"Type": "DoHint",
"Value": "BOOST_DISPLAY"
},
{
"PowerHint": "BOOST_60HZ",
"Node": "TAUClampBoost",
"Duration": 200,
"Value": "185"
},
{ {
"PowerHint": "DISPLAY_IDLE", "PowerHint": "DISPLAY_IDLE",
"Node": "FGPreferIdle", "Node": "FGPreferIdle",