Lines Matching refs:calls
193 static GSList *calls = NULL; variable
255 for (l = calls; l != NULL; l = l->next) { in find_call()
269 for (l = calls; l != NULL; l = l->next) { in find_non_held_call()
286 for (l = calls; l != NULL; l = l->next) { in find_non_idle_call()
300 for (l = calls; l != NULL; l = l->next) { in find_call_with_status()
750 for (l = calls, i = 1; l != NULL; l = l->next, i++) { in telephony_list_current_calls_req()
785 for (l = calls; l != NULL; l = l->next) { in foreach_call_with_status()
807 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1); in telephony_call_hold_req()
1551 calls = g_slist_append(calls, call); in parse_call_list()
1972 if (calls != NULL || get_calls_active) in handle_modem_state()
2094 g_slist_foreach(calls, (GFunc) csd_call_free, NULL); in telephony_exit()
2095 g_slist_free(calls); in telephony_exit()
2096 calls = NULL; in telephony_exit()