summaryrefslogtreecommitdiffstats
path: root/include/hardware/power.h
diff options
context:
space:
mode:
authorRicardo Cerqueira <ricardo@cyngn.com>2015-11-05 00:45:19 +0000
committerRicardo Cerqueira <ricardo@cyngn.com>2015-11-05 00:45:19 +0000
commitf4a9c13a6d7ef732afc0888b63149ddf601b33b0 (patch)
treeeace2b8c230cbd71633104938b5ee6416836927d /include/hardware/power.h
parenta14736f5986bd39fe919bc70e6330eb1fe4e6df9 (diff)
parent8a84c19a41ea34e0bd1f098cad755e71edd97c61 (diff)
downloadhardware_libhardware-f4a9c13a6d7ef732afc0888b63149ddf601b33b0.zip
hardware_libhardware-f4a9c13a6d7ef732afc0888b63149ddf601b33b0.tar.gz
hardware_libhardware-f4a9c13a6d7ef732afc0888b63149ddf601b33b0.tar.bz2
Merge tag 'android-6.0.0_r26' into cm-13.0
Android 6.0.0 release 26
Diffstat (limited to 'include/hardware/power.h')
-rw-r--r--include/hardware/power.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hardware/power.h b/include/hardware/power.h
index 11ec3b8..94e472c 100644
--- a/include/hardware/power.h
+++ b/include/hardware/power.h
@@ -123,7 +123,8 @@ typedef struct power_module {
* User is interacting with the device, for example, touchscreen
* events are incoming. CPU and GPU load may be expected soon,
* and it may be appropriate to raise speeds of CPU, memory bus,
- * etc. The data parameter is unused.
+ * etc. The data parameter is the estimated length of the interaction
+ * in milliseconds, or 0 if unknown.
*
* POWER_HINT_LOW_POWER
*