Home
last modified time | relevance | path

Searched refs:g_queue_find_custom (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/glib/glib/
Dgqueue.h64 GList * g_queue_find_custom (GQueue *queue,
Dgqueue.c247 g_queue_find_custom (GQueue *queue, in g_queue_find_custom() function
Dgaliasdef.c2120 #undef g_queue_find_custom
2121 extern __typeof (g_queue_find_custom) g_queue_find_custom __attribute((alias("IA__g_queue_find_cust…
Dgalias.h2113 extern __typeof (g_queue_find_custom) IA__g_queue_find_custom __attribute((visibility("hidden")));
2114 #define g_queue_find_custom IA__g_queue_find_custom macro
/external/bluetooth/bluez/attrib/
Dgattrib.c472 l = g_queue_find_custom(attrib->queue, GUINT_TO_POINTER(id), in g_attrib_cancel()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1910 g_queue_find_custom
/external/bluetooth/glib/
DChangeLog.pre-2-101362 * glib/gqueue.c (g_queue_find_custom): Clarify docs