/hardware/libhardware/modules/power/ |
power.c | 32 static void power_set_interactive(struct power_module *module, int on) function 60 .setInteractive = power_set_interactive,
|
/device/google/dragon/power/ |
power_dragon.cpp | 143 static void power_set_interactive(struct power_module __unused *module, int on) function 145 ALOGV("power_set_interactive: %d\n", on); 162 ALOGV("power_set_interactive: %d done\n", on); 258 setInteractive: power_set_interactive,
|
/device/htc/flounder/power/ |
power_flounder.c | 117 static void power_set_interactive(struct power_module __unused *module, int on) function 119 ALOGV("power_set_interactive: %d\n", on); 129 ALOGV("power_set_interactive: %d done\n", on); 245 setInteractive: power_set_interactive,
|
/device/linaro/hikey/power/ |
power_hikey.c | 114 static void power_set_interactive(struct power_module __unused *module, int on) function 116 ALOGV("power_set_interactive: %d\n", on); 124 ALOGV("power_set_interactive: %d done\n", on); 214 setInteractive: power_set_interactive,
|
/device/moto/shamu/power/ |
power_shamu.c | 212 static void power_set_interactive(__attribute__((unused)) struct power_module *module, int on) function 273 .setInteractive = power_set_interactive,
|
/hardware/qcom/power/ |
power.c | 166 static void power_set_interactive(struct power_module *module, int on) function 222 .setInteractive = power_set_interactive,
|