OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:power_hint_t
(Results
1 - 10
of
10
) sorted by null
/device/google/cuttlefish_common/guest/hals/power/
power.c
47
power_hint_t
__unused hint,
55
power_hint_t
__unused hint,
/hardware/libhardware/modules/power/
power.c
41
power_hint_t
hint,
/device/google/marlin/power/
power-helper.h
106
void power_hint(
power_hint_t
hint, void *data);
Power.cpp
60
power_hint(static_cast<
power_hint_t
>(hint), data ? (&data) : NULL);
power-helper.c
134
int __attribute__ ((weak)) power_hint_override(
power_hint_t
UNUSED(hint),
151
void power_hint(
power_hint_t
hint, void *data)
power-8996.c
278
int power_hint_override(
power_hint_t
hint, void *data)
/hardware/interfaces/power/1.0/default/
Power.cpp
52
mModule->powerHint(mModule, static_cast<
power_hint_t
>(hint), ¶m);
54
mModule->powerHint(mModule, static_cast<
power_hint_t
>(hint), NULL);
/hardware/libhardware/include/hardware/
power.h
69
}
power_hint_t
;
typedef in typeref:enum:__anon48310
265
void (*powerHint)(struct power_module *module,
power_hint_t
hint,
/hardware/qcom/power/
power.c
186
static void power_hint(struct power_module *module,
power_hint_t
hint,
/device/linaro/hikey/power/
power_hikey.c
419
static void hikey_power_hint(struct power_module *module,
power_hint_t
hint,
Completed in 589 milliseconds