OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:power_module
(Results
1 - 8
of
8
) sorted by null
/hardware/libhardware/include/hardware/
power.h
55
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/
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/grouper/power/
power.c
53
static void grouper_power_init(struct
power_module
*module)
72
static void grouper_power_set_interactive(struct
power_module
*module, int on)
90
static void grouper_power_hint(struct
power_module
*module, power_hint_t hint,
109
struct
power_module
HAL_MODULE_INFO_SYM = {
/device/samsung/tuna/power/
power_tuna.c
31
struct
power_module
base;
58
static void tuna_power_init(struct
power_module
*module)
96
static void tuna_power_set_interactive(struct
power_module
*module, int on)
107
static void tuna_power_hint(struct
power_module
*module, power_hint_t hint,
/hardware/qcom/power/
power.c
55
static void power_init(struct
power_module
*module)
133
static void power_set_interactive(struct
power_module
*module, int on)
153
static void power_hint(struct
power_module
*module, power_hint_t hint,
177
struct
power_module
HAL_MODULE_INFO_SYM = {
/device/samsung/manta/power/
power_manta.c
35
struct
power_module
base;
98
static void power_init(struct
power_module
*module)
124
static void power_set_interactive(struct
power_module
*module, int on)
166
static void manta_power_hint(struct
power_module
*module, power_hint_t hint,
/frameworks/base/services/jni/
com_android_server_power_PowerManagerService.cpp
53
static struct
power_module
* gPowerModule;
Completed in 1108 milliseconds