Home
last modified time | relevance | path

Searched refs:g_queue_pop_head (Results 1 – 10 of 10) sorted by relevance

/external/bluetooth/bluez/attrib/
Dgattrib.c175 while ((c = g_queue_pop_head(attrib->queue))) in attrib_destroy()
284 g_queue_pop_head(attrib->queue); in can_write_data()
356 cmd = g_queue_pop_head(attrib->queue); in received_data()
497 while ((c = g_queue_pop_head(attrib->queue))) { in g_attrib_cancel_all()
/external/bluetooth/glib/gio/inotify/
Dinotify-kernel.c596 g_queue_pop_head (events_to_process); in ik_process_events()
607 event = g_queue_pop_head (events_to_process); in ik_process_events()
657 ik_event_t *event = g_queue_pop_head (event_queue); in ik_process_eq_callback()
/external/bluetooth/glib/tests/
Dqueue-test.c407 g_queue_pop_head (q); in random_test()
816 g_assert (g_queue_pop_head (q) == GINT_TO_POINTER (1)); in main()
834 g_assert (g_queue_pop_head (q) == NULL); in main()
859 g_assert (g_queue_pop_head (q) == GINT_TO_POINTER (5)); in main()
867 g_assert (data == g_queue_pop_head (q)); in main()
877 g_assert (g_queue_pop_head (q) == NULL); in main()
/external/bluetooth/glib/gio/fen/
Dfen-data.c335 while ((ev = g_queue_pop_head (f->eventq)) != NULL) { in fdata_delete()
352 while ((ev = g_queue_pop_head (data->eventq)) != NULL) { in fdata_reset()
533 if ((ev = (fnode_event_t*)g_queue_pop_head (f->eventq)) != NULL) { in process_events()
Dfen-kernel.c198 while ((ev = (fnode_event_t*)g_queue_pop_head (g_eventq)) != NULL) { in port_process_kevents()
/external/bluetooth/glib/glib/
Dgqueue.h78 gpointer g_queue_pop_head (GQueue *queue);
Dgqueue.c463 g_queue_pop_head (GQueue *queue) in g_queue_pop_head() function
Dgaliasdef.c2174 #undef g_queue_pop_head
2175 extern __typeof (g_queue_pop_head) g_queue_pop_head __attribute((alias("IA__g_queue_pop_head"), vis…
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/docs/reference/glib/
Dglib-sections.txt1915 g_queue_pop_head