summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/android/powermgmt-android.c
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2011-03-08 19:33:30 +0000
committerThomas Jarosch <tomj@simonv.com>2011-03-08 19:33:30 +0000
commit5c73e34d2d81545f59c5c664da3475251a5ac3c6 (patch)
tree3fc1be9423deaaa5e6e97c54fd4eaf0ec878cc33 /firmware/target/hosted/android/powermgmt-android.c
parent2ebe370ca1e4b5297cc1240b3b11e15ff168a184 (diff)
downloadrockbox-5c73e34d2d81545f59c5c664da3475251a5ac3c6.tar.gz
rockbox-5c73e34d2d81545f59c5c664da3475251a5ac3c6.zip
Bring idle poweroff to RaaA and the sim
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29543 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/hosted/android/powermgmt-android.c')
-rw-r--r--firmware/target/hosted/android/powermgmt-android.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/target/hosted/android/powermgmt-android.c b/firmware/target/hosted/android/powermgmt-android.c
index e5e8344315..d23fece39a 100644
--- a/firmware/target/hosted/android/powermgmt-android.c
+++ b/firmware/target/hosted/android/powermgmt-android.c
@@ -58,10 +58,6 @@ int battery_time(void)
58 return 0; 58 return 0;
59} 59}
60 60
61/* could be useful to stop the service after some time of inactivity */
62void reset_poweroff_timer(void) {}
63void set_poweroff_timeout(int timeout) { (void)timeout; };
64
65/* should always be safe on android targets, the host shuts us down before */ 61/* should always be safe on android targets, the host shuts us down before */
66bool battery_level_safe(void) 62bool battery_level_safe(void)
67{ 63{