Searched refs:active_calls (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluez/audio/
H A Dtelephony-maemo5.c195 static GSList *active_calls = NULL; variable
1103 if (!g_slist_find(active_calls, call))
1104 active_calls = g_slist_prepend(active_calls, call);
1105 if (g_slist_length(active_calls) == 1)
1124 active_calls = g_slist_remove(active_calls, call);
1125 if (g_slist_length(active_calls) == 0)
H A Dtelephony-maemo6.c154 static GSList *active_calls = NULL; variable
1063 if (!g_slist_find(active_calls, call))
1064 active_calls = g_slist_prepend(active_calls, call);
1065 if (g_slist_length(active_calls) == 1)
1084 active_calls = g_slist_remove(active_calls, call);
1085 if (g_slist_length(active_calls) == 0)

Completed in 78 milliseconds