OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:power_module
(Results
1 - 6
of
6
) sorted by null
/hardware/libhardware/include/hardware/
power.h
51
typedef struct
power_module
{
struct
60
void (*init)(struct
power_module
*module);
88
void (*setInteractive)(struct
power_module
*module, int on);
116
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)
99
static void tuna_power_set_interactive(struct
power_module
*module, int on)
110
static void tuna_power_hint(struct
power_module
*module, power_hint_t hint,
/frameworks/base/services/jni/
com_android_server_PowerManagerService.cpp
52
static struct
power_module
* gPowerModule;
Completed in 348 milliseconds