OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:power_module
(Results
1 - 14
of
14
) sorted by null
/hardware/libhardware/include/hardware/
power.h
56
typedef struct
power_module
{
struct
65
void (*init)(struct
power_module
*module);
93
void (*setInteractive)(struct
power_module
*module, int on);
128
void (*powerHint)(struct
power_module
*module, power_hint_t hint,
/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/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)
/device/htc/flounder/power/
power_flounder.c
45
struct
power_module
base;
74
static void power_init(struct
power_module
__unused *module)
95
static void power_set_interactive(struct
power_module
__unused *module, int on)
150
static void flounder_power_hint(struct
power_module
*module, power_hint_t hint,
/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, int on)
220
static void grouper_power_hint(__attribute__((unused)) struct
power_module
*module, power_hint_t hint,
261
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)
242
static void power_set_interactive(__attribute__((unused)) struct
power_module
*module, int on)
264
static void power_hint( __attribute__((unused)) struct
power_module
*module,
293
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 761 milliseconds