Searched refs:power_module (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dpower.h55 typedef struct power_module { struct
64 void (*init)(struct power_module *module);
92 void (*setInteractive)(struct power_module *module, int on);
120 void (*powerHint)(struct power_module *module, power_hint_t hint,
/hardware/libhardware/modules/power/
H A Dpower.c28 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 = {
/hardware/qcom/power/
H A Dpower.c57 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 = {
/hardware/qcom/media/mm-video-v4l2/vidc/
H A Dvdec.mk126 LOCAL_SRC_FILES += vdec/src/power_module.cpp

Completed in 750 milliseconds