From 147d5404f5958133c291cc26adb5a781d7ac2ea8 Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Wed, 16 Sep 2015 23:28:19 +0100 Subject: Define the data parameter for POWER_HINT_INTERACTION. Change-Id: I86857c1ea92082de109c612080e47c9c9835726b --- include/hardware/power.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/hardware/power.h b/include/hardware/power.h index af7799e..10612f3 100644 --- a/include/hardware/power.h +++ b/include/hardware/power.h @@ -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 * -- cgit v1.1