summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2012-02-11 00:44:22 -0800
committerTodd Poynor <toddpoynor@google.com>2012-02-18 00:23:46 -0800
commit77d789de2664ebab2e38448c78edc41487dc8158 (patch)
tree948caffa4f87a8ebe57fed316438e94f9799f77f /include
parentc5eb8b4a5d4395ce335bc7c3e6df2678fa47e2dd (diff)
downloadhardware_libhardware_legacy-77d789de2664ebab2e38448c78edc41487dc8158.zip
hardware_libhardware_legacy-77d789de2664ebab2e38448c78edc41487dc8158.tar.gz
hardware_libhardware_legacy-77d789de2664ebab2e38448c78edc41487dc8158.tar.bz2
libhardware_legacy: Remove set_screen_state
The early-suspend/late-resume interface to /sys/power/state is being moved to the default/legacy Power HAL. The emulator interface is being moved to the emulator Power HAL. Change-Id: I66a1e611e6d907f20335f047001745f818dfc846 Signed-off-by: Todd Poynor <toddpoynor@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/hardware_legacy/power.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hardware_legacy/power.h b/include/hardware_legacy/power.h
index b7cee43..26d04b2 100644
--- a/include/hardware_legacy/power.h
+++ b/include/hardware_legacy/power.h
@@ -33,9 +33,6 @@ enum {
int acquire_wake_lock(int lock, const char* id);
int release_wake_lock(const char* id);
-// true if you want the screen on, false if you want it off
-int set_screen_state(int on);
-
// set how long to stay awake after the last user activity in seconds
int set_last_user_activity_timeout(int64_t delay);