Searched refs:g_queue_index (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgqueue.h86 gint g_queue_index (GQueue *queue,
H A Dgqueue.c856 * g_queue_index:
867 g_queue_index (GQueue *queue, function
H A Dgaliasdef.c2132 #undef g_queue_index macro
2133 extern __typeof (g_queue_index) g_queue_index __attribute((alias("IA__g_queue_index"), visibility("default")));
H A Dgalias.h2125 extern __typeof (g_queue_index) IA__g_queue_index __attribute((visibility("hidden")));
2126 #define g_queue_index IA__g_queue_index macro
/external/bluetooth/glib/tests/
H A Dqueue-test.c493 g_assert (g_queue_index (q, GINT_TO_POINTER (x)) ==

Completed in 39 milliseconds