Lines Matching full:calls
57 static GSList *calls = NULL;
110 for (l = calls; l != NULL; l = l->next) {
124 for (l = calls; l != NULL; l = l->next) {
345 debug("telephony-ofono: list current calls request");
347 for (l = calls, i = 1; l != NULL; l = l->next, i++) {
765 calls = g_slist_append(calls, vc_new);
827 calls = g_slist_remove(calls, vc);
1102 g_slist_foreach(calls, (GFunc) vc_free, NULL);
1103 g_slist_free(calls);
1104 calls = NULL;