Searched refs:g_queue_remove_all (Results 1 - 5 of 5) sorted by relevance
/external/bluetooth/glib/glib/ |
H A D | gqueue.h | 90 void g_queue_remove_all (GQueue *queue,
|
H A D | gqueue.c | 899 * g_queue_remove_all: 908 g_queue_remove_all (GQueue *queue, function
|
H A D | galiasdef.c | 2213 #undef g_queue_remove_all macro 2214 extern __typeof (g_queue_remove_all) g_queue_remove_all __attribute((alias("IA__g_queue_remove_all"), visibility("default")));
|
H A D | galias.h | 2206 extern __typeof (g_queue_remove_all) IA__g_queue_remove_all __attribute((visibility("hidden"))); 2207 #define g_queue_remove_all IA__g_queue_remove_all macro
|
/external/bluetooth/glib/tests/ |
H A D | queue-test.c | 341 g_queue_remove_all (q, GINT_TO_POINTER (max)); 343 g_queue_remove_all (q, GINT_TO_POINTER (min)); 478 g_queue_remove_all (q, GINT_TO_POINTER (x)); 516 g_queue_remove_all (q, qinf->tail->data); 518 g_queue_remove_all (q, qinf->head->data); 520 g_queue_remove_all (q, g_queue_peek_nth (q, get_random_position (q, TRUE)));
|
Completed in 119 milliseconds