/hardware/libhardware/include/hardware/ |
power.h | 49 } power_hint_t; typedef in typeref:enum:__anon40506 128 void (*powerHint)(struct power_module *module, power_hint_t hint,
|
/hardware/libhardware/modules/power/ |
power.c | 36 static void power_hint(struct power_module *module, power_hint_t hint,
|
/frameworks/base/services/core/jni/ |
com_android_server_power_PowerManagerService.cpp | 152 gPowerModule->powerHint(gPowerModule, (power_hint_t)hintId, &data_param); 154 gPowerModule->powerHint(gPowerModule, (power_hint_t)hintId, NULL);
|
/device/asus/fugu/power/ |
power.c | 140 static void fugu_power_hint(struct power_module *module, power_hint_t hint, void *data)
|
/device/htc/flounder/power/ |
power_flounder.c | 150 static void flounder_power_hint(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/asus/grouper/power/ |
power.c | 220 static void grouper_power_hint(__attribute__((unused)) struct power_module *module, power_hint_t hint,
|
/device/moto/shamu/power/ |
power_shamu.c | 265 __attribute__((unused)) power_hint_t hint,
|
/device/samsung/manta/power/ |
power_manta.c | 207 static void manta_power_hint(struct power_module *module, power_hint_t hint,
|
/device/asus/flo/power/ |
power_flo.c | 342 power_hint_t hint, __attribute__((unused)) void *data)
|
/device/lge/hammerhead/power/ |
power_hammerhead.c | 342 power_hint_t hint, __attribute__((unused)) void *data)
|
/device/lge/mako/power/ |
power_mako.c | 342 power_hint_t hint, __attribute__((unused)) void *data)
|