OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:powerHint
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/services/surfaceflinger/DisplayHardware/
PowerHAL.cpp
46
if (mPowerModule->
powerHint
) {
48
mPowerModule->
powerHint
(mPowerModule,
/hardware/libhardware/include/hardware/
power.h
38
* Power hint identifiers passed to (*
powerHint
)
91
* (*
powerHint
) is called to pass hints on power requirements, which
116
void (*
powerHint
)(struct power_module *module, power_hint_t hint,
/hardware/libhardware/modules/power/
power.c
61
.
powerHint
= power_hint,
/device/asus/grouper/power/
power.c
122
.
powerHint
= grouper_power_hint,
/device/samsung/tuna/power/
power_tuna.c
155
powerHint
: tuna_power_hint,
/frameworks/base/services/jni/
com_android_server_PowerManagerService.cpp
87
if (gPowerModule && gPowerModule->
powerHint
) {
88
gPowerModule->
powerHint
(gPowerModule, POWER_HINT_INTERACTION, NULL);
Completed in 214 milliseconds