Home
last modified time | relevance | path

Searched refs:power_hint_t (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/include/hardware/
Dpower.h69 } power_hint_t; typedef
265 void (*powerHint)(struct power_module *module, power_hint_t hint,
/hardware/libhardware/modules/power/
Dpower.c41 power_hint_t hint, in power_hint()
/hardware/interfaces/power/1.0/default/
DPower.cpp52 mModule->powerHint(mModule, static_cast<power_hint_t>(hint), &param); in powerHint()
54 mModule->powerHint(mModule, static_cast<power_hint_t>(hint), NULL); in powerHint()
/hardware/qcom/power/
Dpower.c186 static void power_hint(struct power_module *module, power_hint_t hint, in power_hint()