/hardware/intel/common/libmix/mix_common/src/ |
D | mixlog.c | 100 void mix_log_func(const gchar* comp, gint level, const gchar *file, in mix_log_func() argument 112 if (level > g_mix_log_level) { in mix_log_func() 134 if(level > MIX_LOG_LEVEL_VERBOSE) { in mix_log_func() 135 level = MIX_LOG_LEVEL_VERBOSE; in mix_log_func() 137 if(level < MIX_LOG_LEVEL_ERROR) { in mix_log_func() 138 level = MIX_LOG_LEVEL_ERROR; in mix_log_func() 141 g_print("%s : %s : %s : ", loglevel[level - 1], file, func); in mix_log_func() 193 void mix_log_func(const gchar* comp, gint level, const gchar *file, in mix_log_func() argument 218 if (level > mix_log_level_threhold) { in mix_log_func() 237 if (level > MIX_LOG_LEVEL_VERBOSE) { in mix_log_func() [all …]
|
D | mixlog.h | 15 void mix_log_func(const gchar* comp, gint level, const gchar *file, 38 #define mix_log(comp, level, format, ...) \ argument 39 mix_log_func(comp, level, __FILE__, __FUNCTION__, __LINE__, format, ##__VA_ARGS__) 43 #define mix_log(comp, level, format, ...) argument
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
D | supplicant_hidl_test.cpp | 108 ISupplicant::DebugLevel level = ISupplicant::DebugLevel::EXCESSIVE; in TEST_F() local 110 supplicant_->setDebugParams(level, in TEST_F() 125 ISupplicant::DebugLevel level = ISupplicant::DebugLevel::EXCESSIVE; in TEST_F() local 127 supplicant_->setDebugParams(level, in TEST_F() 134 EXPECT_EQ(level, supplicant_->getDebugLevel()); in TEST_F() 143 ISupplicant::DebugLevel level = ISupplicant::DebugLevel::EXCESSIVE; in TEST_F() local 145 supplicant_->setDebugParams(level, in TEST_F() 161 ISupplicant::DebugLevel level = ISupplicant::DebugLevel::EXCESSIVE; in TEST_F() local 163 supplicant_->setDebugParams(level, in TEST_F()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidTree.cpp | 39 void HidTreeNode::outputRecursive(std::ostream &os, int level) const { in outputRecursive() 40 insertIndentation(os, level); in outputRecursive() 45 child->outputRecursive(os, level + 1); in outputRecursive() 58 void HidTreeNode::insertIndentation(std::ostream &os, int level) const { in insertIndentation() 60 std::fill_n(std::ostreambuf_iterator<char>(os), level, indentCharacter); in insertIndentation() 108 void HidReportNode::outputRecursive(std::ostream &os, int level) const { in outputRecursive() 109 insertIndentation(os, level); in outputRecursive()
|
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/interfaces/power/1.0/ |
D | types.hal | 58 * performance mode is intended to provide a consistent level of 95 * Platform-level sleep state stats: 97 * when a Platform-level sleep state is chosen by aggregation of votes from 101 * entering the lowest Platform-level sleep state. 122 * Platform-level sleep state stats: 123 * PowerStatePlatformSleepState represents the Platform-level sleep state 126 * SoCs usually have more than one Platform-level sleep state. 130 * Platform-level Sleep state name. 135 * Time spent in msec at this platform-level sleep state since boot. 145 * This platform-level sleep state can only be reached during system suspend [all …]
|
/hardware/interfaces/audio/effect/2.0/ |
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;
|
D | IEnvironmentalReverbEffect.hal | 57 * Sets the room level. 62 * Gets the room level. 67 * Sets the room high frequencies level. 72 * Gets the room high frequencies level. 97 * Sets the level of reflections in the room. 102 * Gets the level of reflections in the room. 117 * Sets the reverb level of the room. 122 * Gets the reverb level of the room.
|
/hardware/interfaces/soundtrigger/2.0/ |
D | types.hal | 50 * Confidence level for each user in structure PhraseRecognitionExtra 55 /** confidence level in percent (0 - 100): */ 56 /** - min level for recognition configuration */ 57 /** - detected level for recognition event */ 69 /** confidence level for mode RecognitionMode.VOICE_TRIGGER */
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 282 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2; in venc_open() 291 profile_level.level = VEN_LEVEL_H263_20; in venc_open() 300 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0; in venc_open() 1192 __func__, codec_profile.profile, profile_level.level); in venc_start() 1364 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print() 1819 requested_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_5; in venc_set_profile_level() 1821 requested_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_5; in venc_set_profile_level() 1828 requested_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_0; in venc_set_profile_level() 1831 requested_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_0B; in venc_set_profile_level() 1834 requested_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_1; in venc_set_profile_level() [all …]
|
D | video_encoder_device.cpp | 255 profile_level.level = VEN_LEVEL_MPEG4_2; in venc_open() 264 profile_level.level = VEN_LEVEL_H263_20; in venc_open() 273 profile_level.level = VEN_LEVEL_H264_1p1; in venc_open() 1177 __func__, codec_profile.profile, profile_level.level); in venc_start() 1411 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print() 1908 requested_level.level = VEN_LEVEL_MPEG4_5; in venc_set_profile_level() 1910 requested_level.level = VEN_LEVEL_MPEG4_6; in venc_set_profile_level() 1917 requested_level.level = VEN_LEVEL_MPEG4_0; in venc_set_profile_level() 1920 requested_level.level = VEN_LEVEL_MPEG4_1; in venc_set_profile_level() 1923 requested_level.level = VEN_LEVEL_MPEG4_2; in venc_set_profile_level() [all …]
|
/hardware/interfaces/wifi/supplicant/1.0/ |
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/invensense/6515/libsensors_iio/software/core/mllite/ |
D | message_layer.c | 33 void inv_set_message(long set, long clear, int level) in inv_set_message() argument 35 if (level == 0) { in inv_set_message()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | message_layer.c | 33 void inv_set_message(long set, long clear, int level) in inv_set_message() argument 35 if (level == 0) { in inv_set_message()
|
/hardware/qcom/audio/post_proc/ |
D | equalizer.c | 93 int32_t level) in equalizer_set_band_level() argument 95 ALOGV("%s: band: %d, level: %d", __func__, band, level); in equalizer_set_band_level() 96 if (level > 0) { in equalizer_set_band_level() 97 level = (int)((level+50)/100); in equalizer_set_band_level() 99 level = (int)((level-50)/100); in equalizer_set_band_level() 101 context->band_levels[band] = level; in equalizer_set_band_level() 379 int32_t level; in equalizer_set_parameter() local 408 level = (int32_t)(*(int16_t *)value); in equalizer_set_parameter() 417 equalizer_set_band_level(eq_ctxt, band, level); in equalizer_set_parameter()
|
/hardware/akm/AK8975_FS/akmdfs/ |
D | AKFS_Common.h | 105 #define AKMDEBUG(level, format, ...) \ argument 106 (((level) <= DBG_LEVEL) \ 110 #define AKMDEBUG(level, format, ...) argument
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 366 profile_level.level = VEN_LEVEL_MPEG4_2; in venc_open() 370 profile_level.level = VEN_LEVEL_H263_20; in venc_open() 376 profile_level.level = VEN_LEVEL_H264_1p1; in venc_open() 1378 __func__, codec_profile.profile, profile_level.level); in venc_start() 1620 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print() 2146 requested_level.level = VEN_LEVEL_MPEG4_5; in venc_set_profile_level() 2149 requested_level.level = VEN_LEVEL_MPEG4_6; in venc_set_profile_level() 2153 requested_level.level = VEN_LEVEL_MPEG4_0; in venc_set_profile_level() 2156 requested_level.level = VEN_LEVEL_MPEG4_1; in venc_set_profile_level() 2159 requested_level.level = VEN_LEVEL_MPEG4_2; in venc_set_profile_level() [all …]
|
D | video_encoder_device_v4l2.cpp | 1136 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2; in venc_open() 1142 profile_level.level = VEN_LEVEL_H263_20; in venc_open() 1148 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0; in venc_open() 1154 profile_level.level = V4L2_MPEG_VIDC_VIDEO_VP8_VERSION_0; in venc_open() 1162 profile_level.level = V4L2_MPEG_VIDC_VIDEO_HEVC_LEVEL_MAIN_TIER_LEVEL_1; in venc_open() 2952 __func__, codec_profile.profile, profile_level.level); in venc_start() 3083 codec_as_string(m_sVenc_cfg.codectype), codec_profile.profile, profile_level.level); in venc_config_print() 4446 requested_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_5; in venc_set_profile_level() 4449 requested_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_5; in venc_set_profile_level() 4453 requested_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_0; in venc_set_profile_level() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 366 profile_level.level = VEN_LEVEL_MPEG4_2; in venc_open() 370 profile_level.level = VEN_LEVEL_H263_20; in venc_open() 376 profile_level.level = VEN_LEVEL_H264_1p1; in venc_open() 1378 __func__, codec_profile.profile, profile_level.level); in venc_start() 1620 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print() 2146 requested_level.level = VEN_LEVEL_MPEG4_5; in venc_set_profile_level() 2149 requested_level.level = VEN_LEVEL_MPEG4_6; in venc_set_profile_level() 2153 requested_level.level = VEN_LEVEL_MPEG4_0; in venc_set_profile_level() 2156 requested_level.level = VEN_LEVEL_MPEG4_1; in venc_set_profile_level() 2159 requested_level.level = VEN_LEVEL_MPEG4_2; in venc_set_profile_level() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 365 profile_level.level = VEN_LEVEL_MPEG4_2; in venc_open() 369 profile_level.level = VEN_LEVEL_H263_20; in venc_open() 375 profile_level.level = VEN_LEVEL_H264_1p1; in venc_open() 1377 __func__, codec_profile.profile, profile_level.level); in venc_start() 1619 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print() 2145 requested_level.level = VEN_LEVEL_MPEG4_5; in venc_set_profile_level() 2148 requested_level.level = VEN_LEVEL_MPEG4_6; in venc_set_profile_level() 2152 requested_level.level = VEN_LEVEL_MPEG4_0; in venc_set_profile_level() 2155 requested_level.level = VEN_LEVEL_MPEG4_1; in venc_set_profile_level() 2158 requested_level.level = VEN_LEVEL_MPEG4_2; in venc_set_profile_level() [all …]
|
D | video_encoder_device_v4l2.cpp | 880 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2; in venc_open() 886 profile_level.level = VEN_LEVEL_H263_20; in venc_open() 892 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0; in venc_open() 898 profile_level.level = V4L2_MPEG_VIDC_VIDEO_VP8_VERSION_0; in venc_open() 906 profile_level.level = V4L2_MPEG_VIDC_VIDEO_HEVC_LEVEL_MAIN_TIER_LEVEL_1; in venc_open() 2315 __func__, codec_profile.profile, profile_level.level); in venc_start() 2397 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level); in venc_config_print() 3301 requested_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_5; in venc_set_profile_level() 3304 requested_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_5; in venc_set_profile_level() 3308 requested_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_0; in venc_set_profile_level() [all …]
|
/hardware/interfaces/audio/effect/2.0/default/ |
D | NoiseSuppressionEffect.cpp | 38 properties->level = Level(halProperties.level); in propertiesFromHal() 45 halProperties->level = static_cast<uint32_t>(properties.level); in propertiesToHal() 191 Return<Result> NoiseSuppressionEffect::setSuppressionLevel(INoiseSuppressionEffect::Level level) { in setSuppressionLevel() argument 192 return mEffect->setParam(NS_PARAM_LEVEL, static_cast<int32_t>(level)); in setSuppressionLevel()
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | display_primary.h | 53 virtual DisplayError SetPanelBrightness(int level); 54 virtual DisplayError GetPanelBrightness(int *level);
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | display_primary.h | 52 virtual DisplayError SetPanelBrightness(int level); 53 virtual DisplayError GetPanelBrightness(int *level);
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | intel_video_config_parser.cpp | 94 aOutputs->level = 0; in intel_video_config_parser() 103 aOutputs->level = 0; in intel_video_config_parser() 154 aOutputs->level = (uint32) level_idc; in intel_video_config_parser() 183 aOutputs->level = NewCompression; in intel_video_config_parser()
|