Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgasyncqueue.h43 GAsyncQueue* g_async_queue_new (void);
Dgaliasdef.c138 #undef g_async_queue_new
139 extern __typeof (g_async_queue_new) g_async_queue_new __attribute((alias("IA__g_async_queue_new"), …
Dgalias.h135 extern __typeof (g_async_queue_new) IA__g_async_queue_new __attribute((visibility("hidden")));
136 #define g_async_queue_new IA__g_async_queue_new macro
/external/bluetooth/glib/tests/
Dasyncqueue-test.c143 async_queue = g_async_queue_new (); in main()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt685 g_async_queue_new
/external/bluetooth/glib/
DChangeLog.pre-2-16786 * glib/gasyncqueue.c: (g_async_queue_new), (g_async_queue_new_full),