* commit '87dd60511708ce125efce3566a599518779d561b': Define the data parameter for POWER_HINT_INTERACTION.
This commit is contained in:
commit
b98b64cde7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue