Home
last modified time | relevance | path

Searched refs:g_queue_peek_head_link (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/glib/glib/
Dgqueue.h114 GList* g_queue_peek_head_link (GQueue *queue);
Dgqueue.c531 g_queue_peek_head_link (GQueue *queue) in g_queue_peek_head_link() function
Dgaliasdef.c2159 #undef g_queue_peek_head_link
2160 extern __typeof (g_queue_peek_head_link) g_queue_peek_head_link __attribute((alias("IA__g_queue_pee…
Dgalias.h2152 extern __typeof (g_queue_peek_head_link) IA__g_queue_peek_head_link __attribute((visibility("hidden…
2153 #define g_queue_peek_head_link IA__g_queue_peek_head_link macro
/external/bluetooth/glib/tests/
Dqueue-test.c653 g_assert (g_queue_peek_head_link (q) == NULL); in random_test()
655 g_assert (g_queue_peek_head_link (q) == qinf->head); in random_test()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1933 g_queue_peek_head_link