Searched refs:g_source_new (Results 1 - 8 of 8) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgasynchelper.c157 source = g_source_new (&fd_source_funcs, sizeof (FDSource));
/external/bluetooth/glib/glib/
H A Dgmain.h175 GSource *g_source_new (GSourceFuncs *source_funcs,
H A Dgiounix.c346 source = g_source_new (&g_io_watch_funcs, sizeof (GIOUnixWatch));
H A Dgmain.c552 * g_source_new:
569 g_source_new (GSourceFuncs *source_funcs, function
806 * this source. This is usually combined with g_source_new() to add an
1266 * @funcs: the @source_funcs passed to g_source_new().
1413 * @funcs: The @source_funcs passed to g_source_new()
3278 GSource *source = g_source_new (&g_timeout_funcs, sizeof (GTimeoutSource));
3310 GSource *source = g_source_new (&g_timeout_funcs, sizeof (GTimeoutSource));
3781 GSource *source = g_source_new (&g_child_watch_funcs, sizeof (GChildWatchSource));
3944 source = g_source_new (&g_idle_funcs, sizeof (GSource));
H A Dgaliasdef.c1562 #undef g_source_new macro
1563 extern __typeof (g_source_new) g_source_new __attribute((alias("IA__g_source_new"), visibility("default")));
H A Dgalias.h1555 extern __typeof (g_source_new) IA__g_source_new __attribute((visibility("hidden")));
1556 #define g_source_new IA__g_source_new macro
/external/bluetooth/glib/gio/inotify/
H A Dinotify-kernel.c203 source = g_source_new (&ik_source_funcs, sizeof (GSource));
/external/webkit/WebCore/plugins/gtk/
H A Dgtk2xtbin.c356 GSource* gs = g_source_new(&xt_event_funcs, sizeof(GSource));

Completed in 54 milliseconds