summaryrefslogtreecommitdiffstats
path: root/include/hardware/hwcomposer.h
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2014-07-17 20:01:59 -0700
committerJeff Brown <jeffbrown@google.com>2014-07-18 21:28:19 -0700
commit842b906dd44bf874e17334d0343ede76d3e87c50 (patch)
tree143bb8c25ade8c20b10a3e3386184e8f9c9fc16a /include/hardware/hwcomposer.h
parentb38164585642d918ac7f69f1fa9df6a34da4097f (diff)
downloadhardware_libhardware-842b906dd44bf874e17334d0343ede76d3e87c50.zip
hardware_libhardware-842b906dd44bf874e17334d0343ede76d3e87c50.tar.gz
hardware_libhardware-842b906dd44bf874e17334d0343ede76d3e87c50.tar.bz2
Add new HWC_POWER_MODE_DOZE_SUSPEND power state.
Change-Id: Ice194315bc51ca25732c9e30c809bd6b39f3718f
Diffstat (limited to 'include/hardware/hwcomposer.h')
-rw-r--r--include/hardware/hwcomposer.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/hardware/hwcomposer.h b/include/hardware/hwcomposer.h
index 882bade..af04181 100644
--- a/include/hardware/hwcomposer.h
+++ b/include/hardware/hwcomposer.h
@@ -619,12 +619,8 @@ typedef struct hwc_composer_device_1 {
* setPowerMode(..., mode)
* Sets the display screen's power state.
*
- * The expected functionality for the various modes is as follows:
- * HWC_POWER_MODE_OFF : Turn the display off.
- * HWC_POWER_MODE_DOZE : Turn on the display (if it was previously
- * off) and put the display in a low power mode.
- * HWC_POWER_MODE_NORMAL : Turn on the display (if it was previously
- * off), and take it out of low power mode.
+ * Refer to the documentation of the HWC_POWER_MODE_* constants
+ * for information about each power mode.
*
* The functionality is similar to the blank() command in previous
* versions of HWC, but with support for more power states.