thermal: modify emergency and shutdown threshold for VIRTUAL-SKIN

Bug: 289752109
Test: adb shell dumpsys android.hardware.thermal.IThermal/default | grep VIRTUAL-SKIN | grep hotThrottlingThreshold
Change-Id: I1327be31f164a9e4263fb9c5381adc09378b19c5
Merged-In: I1327be31f164a9e4263fb9c5381adc09378b19c5
(cherry picked from commit 3a0c866fa5)
This commit is contained in:
TeYuan Wang 2023-07-20 09:53:54 -07:00 committed by Kame(TeYuan) Wang
parent 5d53d59375
commit be8156e83f
2 changed files with 2 additions and 2 deletions

View file

@ -244,7 +244,7 @@
"Formula":"MAXIMUM",
"Combination":["VIRTUAL-SKIN-CLOSE", "VIRTUAL-SKIN-OPEN"],
"Coefficient":[1.0, 1.0],
"HotThreshold":["NAN", 39.0, 43.0, 45.0, 46.5, 51.0, 54.0],
"HotThreshold":["NAN", 39.0, 43.0, 45.0, 46.5, 53.0, 57.0],
"HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9],
"Multiplier":0.001,
"PollingDelay":300000,

View file

@ -244,7 +244,7 @@
"Formula":"MAXIMUM",
"Combination":["VIRTUAL-SKIN-CLOSE", "VIRTUAL-SKIN-OPEN"],
"Coefficient":[1.0, 1.0],
"HotThreshold":["NAN", 37.0, 41.0, 45.0, 46.5, 51.0, 54.0],
"HotThreshold":["NAN", 37.0, 41.0, 45.0, 46.5, 53.0, 57.0],
"HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9],
"Multiplier":0.001,
"PollingDelay":300000,