am 87dd6051: am 70097605: am 147d5404: Define the data parameter for POWER_HINT_INTERACTION.

* commit '87dd60511708ce125efce3566a599518779d561b':
  Define the data parameter for POWER_HINT_INTERACTION.
This commit is contained in:
Michael Wright 2015-09-22 20:05:51 +00:00 committed by Android Git Automerger
commit b98b64cde7

View file

@ -116,7 +116,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
*