Lines Matching refs:calls
146 static GSList *calls = NULL; variable
209 for (l = calls; l != NULL; l = l->next) { in find_call()
223 for (l = calls; l != NULL; l = l->next) { in find_non_held_call()
240 for (l = calls; l != NULL; l = l->next) { in find_non_idle_call()
254 for (l = calls; l != NULL; l = l->next) { in find_call_with_status()
779 for (l = calls, i = 1; l != NULL; l = l->next, i++) { in telephony_list_current_calls_req()
814 for (l = calls; l != NULL; l = l->next) { in foreach_call_with_status()
836 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1); in telephony_call_hold_req()
1534 calls = g_slist_append(calls, call); in parse_call_list()
1788 if (calls != NULL || get_calls_active) in handle_modem_state()
1978 g_slist_foreach(calls, (GFunc) csd_call_free, NULL); in telephony_exit()
1979 g_slist_free(calls); in telephony_exit()
1980 calls = NULL; in telephony_exit()