Searched refs:power_module (Results 1 – 5 of 5) sorted by relevance
/hardware/libhardware/include/hardware/ |
D | power.h | 165 typedef struct power_module { struct 178 void (*init)(struct power_module *module); argument 206 void (*setInteractive)(struct power_module *module, int on); argument 265 void (*powerHint)(struct power_module *module, power_hint_t hint, argument 280 void (*setFeature)(struct power_module *module, feature_t feature, int state); argument 301 int (*get_platform_low_power_stats)(struct power_module *module, argument 319 ssize_t (*get_number_of_platform_modes)(struct power_module *module); argument 336 int (*get_voter_list)(struct power_module *module, size_t *voter); argument
|
/hardware/libhardware/modules/power/ |
D | power.c | 31 static void power_init(struct power_module *module UNUSED_ARGUMENT) in power_init() 35 static void power_set_interactive(struct power_module *module UNUSED_ARGUMENT, in power_set_interactive() 40 static void power_hint(struct power_module *module UNUSED_ARGUMENT, in power_hint() 53 struct power_module HAL_MODULE_INFO_SYM = {
|
/hardware/qcom/power/ |
D | power.c | 57 static void power_init(struct power_module *module) in power_init() 166 static void power_set_interactive(struct power_module *module, int on) in power_set_interactive() 186 static void power_hint(struct power_module *module, power_hint_t hint, in power_hint() 210 struct power_module HAL_MODULE_INFO_SYM = {
|
/hardware/interfaces/power/1.0/default/ |
D | Power.cpp | 149 power_module_t* power_module = nullptr; in HIDL_FETCH_IPower() local 157 power_module = reinterpret_cast<power_module_t*>( in HIDL_FETCH_IPower() 162 reinterpret_cast<hw_device_t**>(&power_module)); in HIDL_FETCH_IPower() 168 return new Power(power_module); in HIDL_FETCH_IPower()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/ |
D | vdec.mk | 132 LOCAL_SRC_FILES += vdec/src/power_module.cpp
|