Searched refs:hint (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware/modules/power/
H A Dpower.c36 static void power_hint(struct power_module *module, power_hint_t hint, argument
38 switch (hint) {
/hardware/libhardware/include/hardware/
H A Dpower.h37 * Power hint identifiers passed to (*powerHint)
115 * A particular platform may choose to ignore any hint.
120 void (*powerHint)(struct power_module *module, power_hint_t hint,
/hardware/qcom/power/
H A Dpower.c186 static void power_hint(struct power_module *module, power_hint_t hint, argument
188 switch (hint) {
/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h664 //! Sets recording mode hint.
665 bool setRecordingHint(bool hint);
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp3170 bool ExynosCamera::setRecordingHint(bool hint) argument
3173 /* DIS is only possible recording hint is true. */
3174 m_recordingHint = hint;

Completed in 179 milliseconds