Searched refs:g_queue_pop_head (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgqueue.h78 gpointer g_queue_pop_head (GQueue *queue);
H A Dgqueue.c454 * g_queue_pop_head:
463 g_queue_pop_head (GQueue *queue) function
H A Dgaliasdef.c2174 #undef g_queue_pop_head macro
2175 extern __typeof (g_queue_pop_head) g_queue_pop_head __attribute((alias("IA__g_queue_pop_head"), visibility("default")));
H A Dgalias.h2167 extern __typeof (g_queue_pop_head) IA__g_queue_pop_head __attribute((visibility("hidden")));
2168 #define g_queue_pop_head IA__g_queue_pop_head macro
/external/bluetooth/glib/gio/inotify/
H A Dinotify-kernel.c596 g_queue_pop_head (events_to_process);
607 event = g_queue_pop_head (events_to_process);
657 ik_event_t *event = g_queue_pop_head (event_queue);
/external/bluetooth/bluez/attrib/
H A Dgattrib.c175 while ((c = g_queue_pop_head(attrib->queue)))
284 g_queue_pop_head(attrib->queue);
356 cmd = g_queue_pop_head(attrib->queue);
497 while ((c = g_queue_pop_head(attrib->queue))) {
/external/bluetooth/glib/gio/fen/
H A Dfen-data.c335 while ((ev = g_queue_pop_head (f->eventq)) != NULL) {
352 while ((ev = g_queue_pop_head (data->eventq)) != NULL) {
533 if ((ev = (fnode_event_t*)g_queue_pop_head (f->eventq)) != NULL) {
H A Dfen-kernel.c198 while ((ev = (fnode_event_t*)g_queue_pop_head (g_eventq)) != NULL) {
/external/bluetooth/glib/tests/
H A Dqueue-test.c407 g_queue_pop_head (q);
816 g_assert (g_queue_pop_head (q) == GINT_TO_POINTER (1));
834 g_assert (g_queue_pop_head (q) == NULL);
859 g_assert (g_queue_pop_head (q) == GINT_TO_POINTER (5));
867 g_assert (data == g_queue_pop_head (q));
877 g_assert (g_queue_pop_head (q) == NULL);

Completed in 39 milliseconds