Searched refs:mdls (Results 1 – 2 of 2) sorted by relevance
216 for (l = mcl->mdls; l; l = l->next) { in update_mcl_state()296 l = g_slist_find_custom(mcl->mdls, &st, cmp_mdl_state); in mcap_notify_error()298 mcl->mdls = g_slist_remove(mcl->mdls, mdl); in mcap_notify_error()305 l = g_slist_find_custom(mcl->mdls, &st, cmp_mdl_state); in mcap_notify_error()311 for (l = mcl->mdls; l; l = l->next) { in mcap_notify_error()322 l = g_slist_find_custom(mcl->mdls, &st, cmp_mdl_state); in mcap_notify_error()379 for (l = mcl->mdls; l; l = l->next) { in get_mdl()510 mcl->mdls = g_slist_insert_sorted(mcl->mdls, mcap_mdl_ref(mdl), in mcap_create_mdl()586 if (!mcl->mdls) { in mcap_delete_all_mdls()592 for (l = mcl->mdls; l; l = l->next) { in mcap_delete_all_mdls()[all …]
94 GSList *mdls; /* List of Data Channels shorted by mdlid */ member