Home
last modified time | relevance | path

Searched refs:g_defile_ht (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/libmix/mix_common/src/
Dmixlog.c24 static GHashTable *g_defile_ht = NULL, *g_defunc_ht = NULL, *g_decom_ht = NULL; variable
70 mix_log_get_ht(&g_defile_ht, MIX_DELOG_FILES); in mix_log_initialize_func()
87 mix_log_destroy_ht(g_defile_ht); in mix_log_finalize_func()
122 if (g_defile_ht) { in mix_log_func()
123 if (g_hash_table_lookup(g_defile_ht, file)) { in mix_log_func()