summaryrefslogtreecommitdiff
path: root/data/res/xml/power_profile_test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/res/xml/power_profile_test.xml')
-rw-r--r--data/res/xml/power_profile_test.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/data/res/xml/power_profile_test.xml b/data/res/xml/power_profile_test.xml
index cdb71343..001cc68d 100644
--- a/data/res/xml/power_profile_test.xml
+++ b/data/res/xml/power_profile_test.xml
@@ -24,9 +24,6 @@
sample values, not meant to reflect any real device.
-->
- <!-- Nothing -->
- <item name="none">0</item>
-
<!-- This is the battery capacity in mAh -->
<item name="battery.capacity">3000</item>
@@ -80,6 +77,8 @@
<value>60</value> <!-- 3000 MHz CPU speed -->
</array>
+ <!-- Power used by display unit in ambient display mode, including back lighting-->
+ <item name="ambient.on">0.5</item>
<!-- Additional power used when screen is turned on at minimum brightness -->
<item name="screen.on">100</item>
<!-- Additional power used when screen is at maximum brightness, compared to
@@ -94,8 +93,11 @@
minute. -->
<item name="camera.avg">600</item>
- <!-- Additional power used when audio decoding/encoding via DSP -->
- <item name="dsp.audio">100</item>
+ <!-- Additional power used by the audio hardware, probably due to DSP -->
+ <item name="audio">100.0</item>
+
+ <!-- Additional power used by the video hardware, probably due to DSP -->
+ <item name="video">150.0</item> <!-- ~50mA -->
<!-- Additional power used when GPS is acquiring a signal -->
<item name="gps.on">10</item>