Searched refs:level (Results 1 - 25 of 203) sorted by relevance

123456789

/hardware/qcom/display/msm8998/liblight/
H A Dlights_prv.h38 extern int set_brightness_ext_level(int level);
H A Dlights_prv.cpp48 int set_brightness_ext_level(int level) argument
51 level, 0);
/hardware/qcom/display/sdm845/liblight/
H A Dlights_prv.h38 extern int set_brightness_ext_level(int level);
H A Dlights_prv.cpp48 int set_brightness_ext_level(int level) argument
51 level, 0);
/hardware/intel/common/libmix/mix_common/src/
H A Dmixlog.h15 void mix_log_func(const gchar* comp, gint level, const gchar *file,
28 /* log level */
38 #define mix_log(comp, level, format, ...) \
39 mix_log_func(comp, level, __FILE__, __FUNCTION__, __LINE__, format, ##__VA_ARGS__)
43 #define mix_log(comp, level, format, ...)
H A Dmixlog.c100 void mix_log_func(const gchar* comp, gint level, const gchar *file, argument
112 if (level > g_mix_log_level) {
134 if(level > MIX_LOG_LEVEL_VERBOSE) {
135 level = MIX_LOG_LEVEL_VERBOSE;
137 if(level < MIX_LOG_LEVEL_ERROR) {
138 level = MIX_LOG_LEVEL_ERROR;
141 g_print("%s : %s : %s : ", loglevel[level - 1], file, func);
193 void mix_log_func(const gchar* comp, gint level, const gchar *file, argument
212 /* log level */
218 if (level > mix_log_level_threhol
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dmessage_layer.c30 * @param[in] level Level of the messages. It starts at 0, and may increase
33 void inv_set_message(long set, long clear, int level) argument
35 if (level == 0) {
H A Dmessage_layer.h42 void inv_set_message(long set, long clear, int level);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dmessage_layer.c30 * @param[in] level Level of the messages. It starts at 0, and may increase
33 void inv_set_message(long set, long clear, int level) argument
35 if (level == 0) {
H A Dmessage_layer.h38 void inv_set_message(long set, long clear, int level);
/hardware/interfaces/audio/effect/2.0/
H A DINoiseSuppressionEffect.hal30 * Sets suppression level.
32 setSuppressionLevel(Level level) generates (Result retval);
35 * Gets suppression level.
37 getSuppressionLevel() generates (Result retval, Level level);
55 Level level;
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraThermalAdapter.h51 virtual int thermalEvtHandle(qcamera_thermal_level_enum_t *level,
55 void setThermalLevel(qcamera_thermal_level_enum_t level);
73 static int thermalCallback(int level, void *userdata, void *data);
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_hidl_test.cpp108 ISupplicant::DebugLevel level = ISupplicant::DebugLevel::EXCESSIVE; local
110 supplicant_->setDebugParams(level,
125 ISupplicant::DebugLevel level = ISupplicant::DebugLevel::EXCESSIVE; local
127 supplicant_->setDebugParams(level,
134 EXPECT_EQ(level, supplicant_->getDebugLevel());
143 ISupplicant::DebugLevel level = ISupplicant::DebugLevel::EXCESSIVE; local
145 supplicant_->setDebugParams(level,
161 ISupplicant::DebugLevel level = ISupplicant::DebugLevel::EXCESSIVE; local
163 supplicant_->setDebugParams(level,
/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicant.hal25 * This is the root level object for any the supplicant interactions.
30 * Only log messages with a level greater than the set level
109 * @param level Debug logging level for the supplicant.
121 setDebugParams(DebugLevel level, bool showTimestamp, bool showKeys)
125 * Get the debug level set.
127 * @return level one of |DebugLevel| values.
129 getDebugLevel() generates (DebugLevel level);
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Dqc_omx_core.h59 OMX_U32 level; member in struct:__anon4005
/hardware/qcom/media/msm8974/mm-core/src/common/
H A Dqc_omx_core.h59 OMX_U32 level; member in struct:__anon4007
/hardware/qcom/media/msm8996/mm-core/src/common/
H A Dqc_omx_core.h59 OMX_U32 level; member in struct:__anon4066
/hardware/qcom/media/msm8998/mm-core/src/common/
H A Dqc_omx_core.h59 OMX_U32 level; member in struct:__anon4117
/hardware/qcom/media/sdm845/mm-core/src/common/
H A Dqc_omx_core.h59 OMX_U32 level; member in struct:__anon4162
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddisplay_primary.h52 virtual DisplayError SetPanelBrightness(int level);
53 virtual DisplayError GetPanelBrightness(int *level);
54 virtual DisplayError CachePanelBrightness(int level);
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidTree.cpp39 void HidTreeNode::outputRecursive(std::ostream &os, int level) const {
40 insertIndentation(os, level);
45 child->outputRecursive(os, level + 1);
58 void HidTreeNode::insertIndentation(std::ostream &os, int level) const {
60 std::fill_n(std::ostreambuf_iterator<char>(os), level, indentCharacter); local
108 void HidReportNode::outputRecursive(std::ostream &os, int level) const {
109 insertIndentation(os, level);
H A DHidTree.h67 void insertIndentation(std::ostream &os, int level) const;
70 virtual void outputRecursive(std::ostream& os, int level) const;
94 virtual void outputRecursive(std::ostream &os, int level) const override;
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_primary.h57 virtual DisplayError SetPanelBrightness(int level);
58 virtual DisplayError CachePanelBrightness(int level);
61 virtual DisplayError GetPanelBrightness(int *level);
/hardware/qcom/display/sdm845/sdm/libs/core/
H A Ddisplay_primary.h53 virtual DisplayError SetPanelBrightness(int level);
54 virtual DisplayError GetPanelBrightness(int *level);
55 virtual DisplayError CachePanelBrightness(int level);
/hardware/qcom/display/sdm845/sdm/libs/core/fb/
H A Dhw_primary.h57 virtual DisplayError SetPanelBrightness(int level);
58 virtual DisplayError CachePanelBrightness(int level);
61 virtual DisplayError GetPanelBrightness(int *level);

Completed in 557 milliseconds

123456789