power_module Struct Reference
power_module Struct Reference
#include <
power.h
>
Data Fields |
|
struct hw_module_t | common |
void(* | init )(struct power_module *module) |
void(* | setInteractive )(struct power_module *module, int on) |
void(* | powerHint )(struct power_module *module, power_hint_t hint, void *data) |
void(* | setFeature )(struct power_module *module, feature_t feature, int state) |
int(* | get_platform_low_power_stats )(struct power_module *module, power_state_platform_sleep_state_t *list) |
ssize_t(* | get_number_of_platform_modes )(struct power_module *module) |
int(* | get_voter_list )(struct power_module *module, size_t *voter) |
Detailed Description
Every hardware module must have a data structure named HAL_MODULE_INFO_SYM and the fields of this data structure must begin with hw_module_t followed by module specific information.
Field Documentation
struct hw_module_t common |
ssize_t(* get_number_of_platform_modes)(struct power_module *module) |
int(* get_platform_low_power_stats)(struct power_module *module, power_state_platform_sleep_state_t *list) |
int(* get_voter_list)(struct power_module *module, size_t *voter) |
void(* init)(struct power_module *module) |
void(* powerHint)(struct power_module *module, power_hint_t hint, void *data) |
void(* setFeature)(struct power_module *module, feature_t feature, int state) |
void(* setInteractive)(struct power_module *module, int on) |
The documentation for this struct was generated from the following file:
- hardware/libhardware/include/hardware/ power.h