mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 05:34:34 +00:00
R3B5 Power Profile Update
Missing wifi numbers do to power estimation issue tracked by b/149748526. Test: Compiled Bug: 146521083 Change-Id: I8318ccade2521c6684d1c8c20016a00959e21dc1
This commit is contained in:
committed by
Cyan_Hsieh
parent
150ff07f8c
commit
88cc184f68
@@ -203,5 +203,28 @@
|
||||
<item name="video">25</item>
|
||||
<!-- Additional power used when audio is playing -->
|
||||
<item name="audio">75</item>
|
||||
|
||||
<!-- Cellular modem related values.-->
|
||||
<item name="modem.controller.sleep">0</item>
|
||||
<item name="modem.controller.idle">156</item>
|
||||
<item name="modem.controller.rx">145</item>
|
||||
<array name="modem.controller.tx"> <!-- Strength 0 to 4 -->
|
||||
<value>153</value>
|
||||
<value>212</value>
|
||||
<value>292</value>
|
||||
<value>359</value>
|
||||
<value>471</value>
|
||||
</array>
|
||||
<item name="modem.controller.voltage">3700</item>
|
||||
|
||||
<!-- GPS related values.-->
|
||||
<array name="gps.signalqualitybased"> <!-- Strength 0 to 1 -->
|
||||
<value>28</value>
|
||||
<value>5</value>
|
||||
</array>
|
||||
<item name="gps.voltage">3700</item>
|
||||
|
||||
<!-- Idle Receive current for wifi radio in mA.-->
|
||||
<!-- Wifi missing due to bug: (b/149748526) -->
|
||||
</device>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user