Home
last modified time | relevance | path

Searched refs:g_queue_peek_head (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/glib/glib/
Dgqueue.h82 gpointer g_queue_peek_head (GQueue *queue);
Dgqueue.c803 g_queue_peek_head (GQueue *queue) in g_queue_peek_head() function
Dgaliasdef.c2156 #undef g_queue_peek_head
2157 extern __typeof (g_queue_peek_head) g_queue_peek_head __attribute((alias("IA__g_queue_peek_head"), …
Dgalias.h2149 extern __typeof (g_queue_peek_head) IA__g_queue_peek_head __attribute((visibility("hidden")));
2150 #define g_queue_peek_head IA__g_queue_peek_head macro
/external/bluetooth/bluez/attrib/
Dgattrib.c274 cmd = g_queue_peek_head(attrib->queue); in can_write_data()
479 if (cmd == g_queue_peek_head(attrib->queue) && cmd->sent) in g_attrib_cancel()
/external/bluetooth/glib/tests/
Dqueue-test.c437 g_assert (qinf->head->data == g_queue_peek_head (q)); in random_test()
439 g_assert (g_queue_peek_head (q) == NULL); in random_test()
763 g_assert (g_queue_peek_head (q) == GINT_TO_POINTER (2)); in main()
814 g_assert (g_queue_peek_head (q) == GINT_TO_POINTER (1)); in main()
/external/bluetooth/glib/gio/inotify/
Dinotify-kernel.c590 ik_event_internal_t *event = g_queue_peek_head (events_to_process); in ik_process_events()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1918 g_queue_peek_head