Lines Matching refs:calls
59 static GSList *calls = NULL; variable
107 for (l = calls; l != NULL; l = l->next) { in find_vc()
121 for (l = calls; l != NULL; l = l->next) { in find_vc_with_status()
135 for (l = calls; l != NULL; l = l->next) { in find_vc_without_status()
328 call = calls->data; in telephony_terminate_call_req()
462 for (l = calls, i = 1; l != NULL; l = l->next, i++) { in telephony_list_current_calls_req()
497 for (l = calls; l != NULL; l = l->next) { in foreach_vc_with_status()
519 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1); in telephony_call_hold_req()
687 calls = g_slist_remove(calls, vc); in handle_vc_property_changed()
836 calls = g_slist_prepend(calls, vc); in call_added()
1037 g_slist_foreach(calls, (GFunc) call_free, NULL); in modem_removed()
1038 g_slist_free(calls); in modem_removed()
1039 calls = NULL; in modem_removed()
1279 calls = g_slist_remove(calls, vc); in call_removed()