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

  /hardware/libhardware/modules/power/
power.c 35 static void power_set_interactive(struct power_module *module UNUSED_ARGUMENT, function
65 .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/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);
250 dev->base.setInteractive = power_set_interactive;
288 setInteractive: power_set_interactive,
  /device/google/marlin/power/
power-helper.c 467 void power_set_interactive(int on) function
  /device/google/wahoo/power/
power-helper.c 156 void power_set_interactive(int on) function

Completed in 205 milliseconds