/hardware/qcom/display/msm8998/liblight/ |
H A D | lights_prv.h | 38 extern int set_brightness_ext_level(int level);
|
H A D | lights_prv.cpp | 48 int set_brightness_ext_level(int level) argument 51 level, 0);
|
/hardware/qcom/display/sdm845/liblight/ |
H A D | lights_prv.h | 38 extern int set_brightness_ext_level(int level);
|
H A D | lights_prv.cpp | 48 int set_brightness_ext_level(int level) argument 51 level, 0);
|
/hardware/intel/common/libmix/mix_common/src/ |
H A D | mixlog.h | 15 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 D | mixlog.c | 100 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 D | message_layer.c | 30 * @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 D | message_layer.h | 42 void inv_set_message(long set, long clear, int level);
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
H A D | message_layer.c | 30 * @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 D | message_layer.h | 38 void inv_set_message(long set, long clear, int level);
|
/hardware/interfaces/audio/effect/2.0/ |
H A D | INoiseSuppressionEffect.hal | 30 * 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 D | QCameraThermalAdapter.h | 51 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 D | supplicant_hidl_test.cpp | 108 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 D | ISupplicant.hal | 25 * 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 D | qc_omx_core.h | 59 OMX_U32 level; member in struct:__anon4005
|
/hardware/qcom/media/msm8974/mm-core/src/common/ |
H A D | qc_omx_core.h | 59 OMX_U32 level; member in struct:__anon4007
|
/hardware/qcom/media/msm8996/mm-core/src/common/ |
H A D | qc_omx_core.h | 59 OMX_U32 level; member in struct:__anon4066
|
/hardware/qcom/media/msm8998/mm-core/src/common/ |
H A D | qc_omx_core.h | 59 OMX_U32 level; member in struct:__anon4117
|
/hardware/qcom/media/sdm845/mm-core/src/common/ |
H A D | qc_omx_core.h | 59 OMX_U32 level; member in struct:__anon4162
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
H A D | display_primary.h | 52 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 D | HidTree.cpp | 39 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 D | HidTree.h | 67 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 D | hw_primary.h | 57 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 D | display_primary.h | 53 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 D | hw_primary.h | 57 virtual DisplayError SetPanelBrightness(int level); 58 virtual DisplayError CachePanelBrightness(int level); 61 virtual DisplayError GetPanelBrightness(int *level);
|