Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgqueue.h110 GList* g_queue_pop_head_link (GQueue *queue);
Dgqueue.c496 g_queue_pop_head_link (GQueue *queue) in g_queue_pop_head_link() function
Dgaliasdef.c2177 #undef g_queue_pop_head_link
2178 extern __typeof (g_queue_pop_head_link) g_queue_pop_head_link __attribute((alias("IA__g_queue_pop_h…
Dgalias.h2170 extern __typeof (g_queue_pop_head_link) IA__g_queue_pop_head_link __attribute((visibility("hidden")…
2171 #define g_queue_pop_head_link IA__g_queue_pop_head_link macro
/external/bluetooth/glib/tests/
Dqueue-test.c620 g_list_free (g_queue_pop_head_link (q)); in random_test()
822 g_assert (g_queue_pop_head_link (q)->data == GINT_TO_POINTER (2)); in main()
828 g_assert (g_queue_pop_head_link (q)->data == GINT_TO_POINTER (3)); in main()
879 g_assert (g_queue_pop_head_link (q) == NULL); in main()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1930 g_queue_pop_head_link