mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
[SQUASH] Revert "universal7885: import Pixel thermal HAL"
This reverts commit cb95ff03729f9721c1a2af56e349a880c416ea59. Revert "universal7885: sepolicy: Add another rule for thermal hal" This reverts commit e695df796cf6b39e88652b2829bb18fc797ac0c8. Revert "universal7885: switch to pixel thermal hal" This reverts commit b8f413737399e34405322865d1efb391648124d7.
This commit is contained in:
parent
8c71e00224
commit
c8b0cf2f9f
10 changed files with 9 additions and 146 deletions
|
|
@ -1,103 +0,0 @@
|
|||
{
|
||||
"Sensors": [
|
||||
{
|
||||
"Name": "BIG",
|
||||
"Type": "CPU",
|
||||
"HotThreshold": [
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
91.0,
|
||||
"NAN",
|
||||
"NAN",
|
||||
115.0
|
||||
],
|
||||
"VrThreshold": "NAN",
|
||||
"Multiplier": 0.001
|
||||
},
|
||||
{
|
||||
"Name": "LITTLE",
|
||||
"Type": "CPU",
|
||||
"HotThreshold": [
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
91.0,
|
||||
"NAN",
|
||||
"NAN",
|
||||
115.0
|
||||
],
|
||||
"VrThreshold": "NAN",
|
||||
"Multiplier": 0.001
|
||||
},
|
||||
{
|
||||
"Name": "G3D",
|
||||
"Type": "GPU",
|
||||
"HotThreshold": [
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
91.0,
|
||||
"NAN",
|
||||
"NAN",
|
||||
115.0
|
||||
],
|
||||
"VrThreshold": "NAN",
|
||||
"Multiplier": 0.001
|
||||
},
|
||||
{
|
||||
"Name": "ac",
|
||||
"Type": "USB_PORT",
|
||||
"HotThreshold": [
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"60.0",
|
||||
"NAN"
|
||||
],
|
||||
"HotHysteresis": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0,
|
||||
0.0
|
||||
],
|
||||
"VrThreshold": "NAN",
|
||||
"Multiplier": 0.001,
|
||||
"Monitor": true
|
||||
},
|
||||
{
|
||||
"Name": "battery",
|
||||
"Type": "BATTERY",
|
||||
"HotThreshold": [
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
60.0
|
||||
],
|
||||
"VrThreshold": "NAN",
|
||||
"Multiplier": 0.001
|
||||
}
|
||||
],
|
||||
"CoolingDevices": [
|
||||
{
|
||||
"Name": "thermal-cpufreq-0",
|
||||
"Type": "CPU"
|
||||
},
|
||||
{
|
||||
"Name": "thermal-cpufreq-1",
|
||||
"Type": "CPU"
|
||||
},
|
||||
{
|
||||
"Name": "thermal-gpufreq-0",
|
||||
"Type": "GPU"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue