HomeSort by relevance Sort by last modified time
    Searched refs:active_calls (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/audio/
telephony-maemo5.c 195 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)
    [all...]
telephony-maemo6.c 154 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)
    [all...]

Completed in 164 milliseconds