Searched refs:loglevel (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/libmix/mix_common/src/ |
D | mixlog.c | 104 static gchar* loglevel[4] = {"**ERROR", "*WARNING", "INFO", "VERBOSE"}; in mix_log_func() local 141 g_print("%s : %s : %s : ", loglevel[level - 1], file, func); in mix_log_func() 197 static gchar* loglevel[4] = { "**ERROR", "*WARNING", "INFO", "VERBOSE" }; in mix_log_func() local 244 g_print("%s : %s : %s : ", loglevel[level - 1], file, func); in mix_log_func()
|
/hardware/intel/common/libmix/mix_audio/src/ |
D | mixaudio.c | 227 const gchar* loglevel = g_getenv("MIX_AUDIO_DEBUG"); in mix_audio_class_init() local 229 if (loglevel) in mix_audio_class_init() 231 if (g_strstr_len(loglevel,-1, "0x") == loglevel) in mix_audio_class_init() 234 ll = g_ascii_strtoull(loglevel+2, NULL, 16); in mix_audio_class_init() 239 ll = g_ascii_strtoull(loglevel, NULL, 10); in mix_audio_class_init()
|