summaryrefslogtreecommitdiff
path: root/bramble
diff options
context:
space:
mode:
authorBlake Kragten <kragtenb@google.com>2020-05-06 16:13:45 -0700
committerBlake Kragten <kragtenb@google.com>2020-05-06 16:31:07 -0700
commit8adb4d7108d691e321d7ad59f404328846595bd2 (patch)
treedb9ef039e72ec99cd2988d706b5b4b4e0f195225 /bramble
parent10cd749930911d691b2e43cf9e8554758ecf8bd4 (diff)
downloadbramble-8adb4d7108d691e321d7ad59f404328846595bd2.tar.gz
Update Power Profile For Bramble
Estimated power constants: https://docs.google.com/spreadsheets/d/1dHcJC1xCqZkbe3-rOkm91jr4Pyr1-56NBNg4d7aSeTw/edit?usp=drive_web&ouid=103882653818665213772 Bug: 155925796 Test: On Device Change-Id: I3d2d8fb422c9d519ffd7868ecece519b658f18b6
Diffstat (limited to 'bramble')
-rw-r--r--bramble/overlay/frameworks/base/core/res/res/xml/power_profile.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/bramble/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/bramble/overlay/frameworks/base/core/res/res/xml/power_profile.xml
index bfb9d24..852f753 100644
--- a/bramble/overlay/frameworks/base/core/res/res/xml/power_profile.xml
+++ b/bramble/overlay/frameworks/base/core/res/res/xml/power_profile.xml
@@ -203,5 +203,34 @@
<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.-->
+ <item name="wifi.controller.idle">106</item>
+ <!-- Rx current for wifi radio in mA.-->
+ <item name="wifi.controller.rx">118</item>
+ <!-- Tx current for wifi radio in mA-->
+ <item name="wifi.controller.tx">331</item>
+ <!-- Operating volatage for wifi radio in mV.-->
+ <item name="wifi.controller.voltage">3700</item>
</device>