Searched defs:g_source_unref (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgmain.c1156 /* g_source_unref() but possible to call within context lock
1212 * g_source_unref:
1220 g_source_unref (GSource *source) function
3372 g_source_unref (source);
3479 g_source_unref (source);
3850 g_source_unref (source);
3986 g_source_unref (source);
H A Dgalias.h1591 extern __typeof (g_source_unref) IA__g_source_unref __attribute((visibility("hidden")));
1592 #define g_source_unref IA__g_source_unref macro
H A Dgaliasdef.c1598 #undef g_source_unref macro
1599 extern __typeof (g_source_unref) g_source_unref __attribute((alias("IA__g_source_unref"), visibility("default")));

Completed in 1467 milliseconds