summaryrefslogtreecommitdiffstats
path: root/include/hardware/hwcomposer.h
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2012-08-16 14:45:06 -0700
committerColin Cross <ccross@android.com>2012-08-16 14:46:45 -0700
commit705d2912b70ae0dc8d035d475cf75f64c1a4c4b6 (patch)
tree7be007d536a5ec133834f597c44d0eadd7933037 /include/hardware/hwcomposer.h
parent1098f9d7e93c9ab30e4a4a6c7533003a3415cc0c (diff)
downloadhardware_libhardware-705d2912b70ae0dc8d035d475cf75f64c1a4c4b6.zip
hardware_libhardware-705d2912b70ae0dc8d035d475cf75f64c1a4c4b6.tar.gz
hardware_libhardware-705d2912b70ae0dc8d035d475cf75f64c1a4c4b6.tar.bz2
hwc: update blank documentation to specify that blank is synchronous
Change the documentation of the blank function in the hw composer to specify that the screen state transition must be complete when the function returns. Change-Id: Ibd0a9cdef13991c36cabada5fc0e4f7bb8fa7af9
Diffstat (limited to 'include/hardware/hwcomposer.h')
-rw-r--r--include/hardware/hwcomposer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hardware/hwcomposer.h b/include/hardware/hwcomposer.h
index 895c695..91ee504 100644
--- a/include/hardware/hwcomposer.h
+++ b/include/hardware/hwcomposer.h
@@ -85,6 +85,8 @@ typedef struct hwc_methods_1 {
*
* Turns the screen off when blank is nonzero, on when blank is zero.
* Multiple sequential calls with the same blank value must be supported.
+ * The screen state transition must be be complete when the function
+ * returns.
*
* returns 0 on success, negative on error.
*/