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

  /hardware/libhardware/include/hardware/
power.h 61 typedef struct power_module { struct
70 void (*init)(struct power_module *module);
98 void (*setInteractive)(struct power_module *module, int on);
133 void (*powerHint)(struct power_module *module, power_hint_t hint,
148 void (*setFeature)(struct power_module *module, feature_t feature, int state);
  /hardware/libhardware/modules/power/
power.c 28 static void power_init(struct power_module *module)
32 static void power_set_interactive(struct power_module *module, int on)
36 static void power_hint(struct power_module *module, power_hint_t hint,
48 struct power_module HAL_MODULE_INFO_SYM = {
  /device/generic/goldfish/power/
power_qemu.c 28 static void power_qemu_init(struct power_module *module)
36 static void power_qemu_set_interactive(struct power_module *module, int on)
51 struct power_module HAL_MODULE_INFO_SYM = {
  /device/htc/flounder/power/
power_flounder.c 50 struct power_module base;
94 static void power_init(struct power_module __unused *module)
117 static void power_set_interactive(struct power_module __unused *module, int on)
172 static void set_feature(struct power_module *module, feature_t feature, int state)
188 static void flounder_power_hint(struct power_module *module, power_hint_t hint,
  /device/asus/fugu/power/
power.c 35 struct power_module container;
92 static void fugu_power_init(struct power_module *module)
115 static void fugu_power_set_interactive(struct power_module *module, int on)
140 static void fugu_power_hint(struct power_module *module, power_hint_t hint, void *data)
  /hardware/qcom/power/
power.c 57 static void power_init(struct power_module *module)
166 static void power_set_interactive(struct power_module *module, int on)
186 static void power_hint(struct power_module *module, power_hint_t hint,
210 struct power_module HAL_MODULE_INFO_SYM = {
  /device/asus/grouper/power/
power.c 182 static void grouper_power_init( __attribute__((unused)) struct power_module *module)
202 static void grouper_power_set_interactive(__attribute__((unused)) struct power_module *module,
219 static void grouper_power_hint(__attribute__((unused)) struct power_module *module, power_hint_t hint,
260 struct power_module HAL_MODULE_INFO_SYM = {
  /device/moto/shamu/power/
power_shamu.c 62 static void power_init(__attribute__((unused)) struct power_module *module)
212 static void power_set_interactive(__attribute__((unused)) struct power_module *module, int on)
232 static void power_hint( __attribute__((unused)) struct power_module *module,
261 struct power_module HAL_MODULE_INFO_SYM = {
  /device/samsung/manta/power/
power_manta.c 48 struct power_module base;
116 static void power_init(struct power_module *module)
142 static void power_set_interactive(struct power_module *module, int on)
207 static void manta_power_hint(struct power_module *module, power_hint_t hint,
  /device/asus/flo/power/
power_flo.c 206 static void power_init(__attribute__((unused)) struct power_module *module)
321 static void power_set_interactive(__attribute__((unused)) struct power_module *module, int on)
341 static void power_hint( __attribute__((unused)) struct power_module *module,
391 struct power_module HAL_MODULE_INFO_SYM = {
  /device/lge/hammerhead/power/
power_hammerhead.c 206 static void power_init(__attribute__((unused)) struct power_module *module)
321 static void power_set_interactive(__attribute__((unused)) struct power_module *module, int on)
341 static void power_hint( __attribute__((unused)) struct power_module *module,
391 struct power_module HAL_MODULE_INFO_SYM = {
  /device/lge/mako/power/
power_mako.c 206 static void power_init(__attribute__((unused)) struct power_module *module)
321 static void power_set_interactive(__attribute__((unused)) struct power_module *module, int on)
341 static void power_hint( __attribute__((unused)) struct power_module *module,
391 struct power_module HAL_MODULE_INFO_SYM = {
  /frameworks/base/services/core/jni/
com_android_server_power_PowerManagerService.cpp 51 static struct power_module* gPowerModule;
  /hardware/qcom/media/mm-video-v4l2/vidc/
vdec.mk 129 LOCAL_SRC_FILES += vdec/src/power_module.cpp

Completed in 1498 milliseconds