HomeSort by relevance Sort by last modified time
    Searched refs:power_hint_t (Results 1 - 25 of 25) sorted by null

  /device/huawei/angler/camera/QCamera2/util/
QCameraPerf.h 65 void powerHintInternal(power_hint_t hint, uint32_t enable);
66 void powerHint(power_hint_t hint, uint32_t enable);
78 power_hint_t mCurrentPowerHint;
QCameraPerf.cpp 435 void QCameraPerfLock::powerHintInternal(power_hint_t hint, uint32_t enable)
460 void QCameraPerfLock::powerHint(power_hint_t hint, uint32_t enable)
  /device/lge/bullhead/camera/QCamera2/util/
QCameraPerf.h 65 void powerHintInternal(power_hint_t hint, uint32_t enable);
66 void powerHint(power_hint_t hint, uint32_t enable);
78 power_hint_t mCurrentPowerHint;
QCameraPerf.cpp 435 void QCameraPerfLock::powerHintInternal(power_hint_t hint, uint32_t enable)
460 void QCameraPerfLock::powerHint(power_hint_t hint, uint32_t enable)
  /hardware/libhardware/include/hardware/
power.h 69 } power_hint_t; typedef in typeref:enum:__anon43259
265 void (*powerHint)(struct power_module *module, 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 238 int __attribute__ ((weak)) power_hint_override(power_hint_t UNUSED(hint),
255 void power_hint(power_hint_t hint, void *data)
power-8996.c 278 int power_hint_override(power_hint_t hint, void *data)
  /device/google/wahoo/power/
power-helper.h 98 void power_hint(power_hint_t hint, void *data);
Power.cpp 68 power_hint_t h = static_cast<power_hint_t>(hint);
power-8998.c 263 int power_hint_override(power_hint_t hint, void *data)
power-helper.c 107 int __attribute__ ((weak)) power_hint_override(power_hint_t UNUSED(hint),
116 void power_hint(power_hint_t hint, void *data)
  /hardware/libhardware/modules/power/
power.c 41 power_hint_t hint,
  /hardware/interfaces/power/1.0/default/
Power.cpp 52 mModule->powerHint(mModule, static_cast<power_hint_t>(hint), &param);
54 mModule->powerHint(mModule, static_cast<power_hint_t>(hint), NULL);
  /device/huawei/angler/power/
power-8992.c 101 int power_hint_override(struct power_module *module, power_hint_t hint, void *data)
power-8994.c 164 int power_hint_override(struct power_module *module, power_hint_t hint, void *data)
power.c 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,
  /device/lge/bullhead/power/
power-8994.c 101 int power_hint_override(struct power_module *module, power_hint_t hint, void *data)
power-8992.c 164 int power_hint_override(struct power_module *module, power_hint_t hint, void *data)
power.c 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,
  /device/asus/fugu/power/
power.c 140 static void fugu_power_hint(struct power_module *module, power_hint_t hint, void *data)
  /hardware/qcom/power/
power.c 186 static void power_hint(struct power_module *module, power_hint_t hint,
  /device/google/dragon/power/
power_dragon.cpp 188 static void dragon_power_hint(struct power_module *module, power_hint_t hint,
  /device/linaro/hikey/power/
power_hikey.c 363 static void hikey_power_hint(struct power_module *module, power_hint_t hint,

Completed in 995 milliseconds