HomeSort by relevance Sort by last modified time
    Searched refs:power_set_interactive (Results 1 - 8 of 8) sorted by null

  /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/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,
  /hardware/qcom/power/
power.c 166 static void power_set_interactive(struct power_module *module, int on) function
222 .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,
  /device/samsung/manta/power/
power_manta.c 142 static void power_set_interactive(struct power_module *module, int on) function
148 ALOGV("power_set_interactive: %d\n", on);
159 ALOGV("power_set_interactive: %d done\n", on);
284 .setInteractive = power_set_interactive,
  /device/asus/flo/power/
power_flo.c 321 static void power_set_interactive(__attribute__((unused)) struct power_module *module, int on) function
403 .setInteractive = power_set_interactive,
  /device/lge/hammerhead/power/
power_hammerhead.c 321 static void power_set_interactive(__attribute__((unused)) struct power_module *module, int on) function
403 .setInteractive = power_set_interactive,
  /device/lge/mako/power/
power_mako.c 321 static void power_set_interactive(__attribute__((unused)) struct power_module *module, int on) function
403 .setInteractive = power_set_interactive,

Completed in 272 milliseconds