OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:power_module
(Results
1 - 18
of
18
) sorted by null
/hardware/libhardware/include/hardware/
power.h
165
typedef struct
power_module
{
struct
178
void (*init)(struct
power_module
*module);
206
void (*setInteractive)(struct
power_module
*module, int on);
265
void (*powerHint)(struct
power_module
*module, power_hint_t hint,
280
void (*setFeature)(struct
power_module
*module, feature_t feature, int state);
301
int (*get_platform_low_power_stats)(struct
power_module
*module,
319
ssize_t (*get_number_of_platform_modes)(struct
power_module
*module);
336
int (*get_voter_list)(struct
power_module
*module, size_t *voter);
/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 = {
/hardware/libhardware/modules/power/
power.c
31
static void power_init(struct
power_module
*module UNUSED_ARGUMENT)
35
static void power_set_interactive(struct
power_module
*module UNUSED_ARGUMENT,
40
static void power_hint(struct
power_module
*module UNUSED_ARGUMENT,
53
struct
power_module
HAL_MODULE_INFO_SYM = {
/device/asus/fugu/power/
power.c
37
struct
power_module
container;
94
static void fugu_power_init(struct
power_module
*module)
117
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)
/hardware/interfaces/power/1.0/default/
Power.cpp
149
power_module_t*
power_module
= nullptr;
local
157
power_module
= reinterpret_cast<power_module_t*>(
162
reinterpret_cast<hw_device_t**>(&
power_module
));
168
return new Power(
power_module
);
/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/huawei/angler/power/
power-8992.c
101
int power_hint_override(struct
power_module
*module, power_hint_t hint, void *data)
114
int set_interactive_override(struct
power_module
*module, int on)
power.c
103
static void power_init(struct
power_module
*module)
230
int __attribute__ ((weak)) power_hint_override(struct
power_module
*module, power_hint_t hint,
247
static void power_hint(struct
power_module
*module, power_hint_t hint,
390
int __attribute__ ((weak)) set_interactive_override(struct
power_module
*module, int on)
395
void set_interactive(struct
power_module
*module, int on)
600
static ssize_t get_number_of_platform_modes(struct
power_module
*module) {
604
static int get_voter_list(struct
power_module
*module, size_t *voter) {
662
static int get_platform_low_power_stats(struct
power_module
*module,
753
struct
power_module
HAL_MODULE_INFO_SYM = {
power-8994.c
164
int power_hint_override(struct
power_module
*module, power_hint_t hint, void *data)
177
int set_interactive_override(struct
power_module
*module, int on)
/device/lge/bullhead/power/
power-8994.c
101
int power_hint_override(struct
power_module
*module, power_hint_t hint, void *data)
114
int set_interactive_override(struct
power_module
*module, int on)
power.c
97
static void power_init(struct
power_module
*module)
224
int __attribute__ ((weak)) power_hint_override(struct
power_module
*module, power_hint_t hint,
241
static void power_hint(struct
power_module
*module, power_hint_t hint,
343
int __attribute__ ((weak)) set_interactive_override(struct
power_module
*module, int on)
348
void set_interactive(struct
power_module
*module, int on)
553
static ssize_t get_number_of_platform_modes(struct
power_module
*module) {
557
static int get_voter_list(struct
power_module
*module, size_t *voter) {
615
static int get_platform_low_power_stats(struct
power_module
*module,
706
struct
power_module
HAL_MODULE_INFO_SYM = {
power-8992.c
164
int power_hint_override(struct
power_module
*module, power_hint_t hint, void *data)
177
int set_interactive_override(struct
power_module
*module, int on)
/device/linaro/hikey/power/
power_hikey.c
53
struct
power_module
base;
149
static void power_set_interactive(struct
power_module
__unused *module, int on)
271
static void hikey_power_init(struct
power_module
__unused *module)
289
static void hikey_power_hint(struct
power_module
*module, power_hint_t hint,
319
static void set_feature(struct
power_module
*module, feature_t feature, int state)
/device/google/dragon/power/
power_dragon.cpp
58
struct
power_module
base;
97
static void power_init(struct
power_module
__unused *module)
143
static void power_set_interactive(struct
power_module
__unused *module, int on)
188
static void dragon_power_hint(struct
power_module
*module, power_hint_t hint,
/device/google/marlin/power/
power.c
107
static void power_init(struct
power_module
*module)
234
int __attribute__ ((weak)) power_hint_override(struct
power_module
*module, power_hint_t hint,
251
static void power_hint(struct
power_module
*module, power_hint_t hint,
467
int __attribute__ ((weak)) set_interactive_override(struct
power_module
*module, int on)
472
void set_interactive(struct
power_module
*module, int on)
677
static ssize_t get_number_of_platform_modes(struct
power_module
*module) {
681
static int get_voter_list(struct
power_module
*module, size_t *voter) {
739
static int get_platform_low_power_stats(struct
power_module
*module,
835
struct
power_module
HAL_MODULE_INFO_SYM = {
power-8996.c
284
int power_hint_override(struct
power_module
*module, power_hint_t hint, void *data)
305
int set_interactive_override(struct
power_module
*module, int on)
/test/vts/testcases/target/hal_power/
hal_power_basic_test.cpp
62
struct
power_module
*module_;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/
vdec.mk
132
LOCAL_SRC_FILES += vdec/src/
power_module
.cpp
Completed in 534 milliseconds