Lines Matching refs:clients
96 static GSList *clients = NULL; variable
182 if (!g_slist_find(clients, client)) in unix_ipc_error()
633 if (!g_slist_find(clients, client)) { in a2dp_discovery_complete()
682 for (cl = clients; cl; cl = cl->next) { in a2dp_discovery_complete()
1773 clients = g_slist_remove(clients, client); in client_cb()
1811 clients = g_slist_append(clients, client); in server_cb()
1827 l = clients; in unix_device_removed()
1834 clients = g_slist_remove(clients, client); in unix_device_removed()
1854 for (l = clients; l != NULL; l = g_slist_next(l)) { in unix_delay_report()
1910 g_slist_foreach(clients, (GFunc) client_free, NULL); in unix_exit()
1911 g_slist_free(clients); in unix_exit()