HomeSort by relevance Sort by last modified time
    Searched refs:g_source_new (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/glib/gio/
gasynchelper.c 157 source = g_source_new (&fd_source_funcs, sizeof (FDSource));
  /external/bluetooth/glib/glib/
gmain.h 175 GSource *g_source_new (GSourceFuncs *source_funcs,
giounix.c 346 source = g_source_new (&g_io_watch_funcs, sizeof (GIOUnixWatch));
gmain.c 552 * 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().
    [all...]
galiasdef.c 1562 #undef g_source_new macro
    [all...]
galias.h 1556 #define g_source_new macro
    [all...]
  /external/chromium/base/
message_pump_glib.cc 114 // I wish these could be const, but g_source_new wants non-const.
155 work_source_ = g_source_new(&WorkSourceFuncs, sizeof(WorkSource));
message_pump_glib_unittest.cc 26 source_ = static_cast<Source*>(g_source_new(&SourceFuncs, sizeof(Source)));
  /external/bluetooth/glib/gio/inotify/
inotify-kernel.c 203 source = g_source_new (&ik_source_funcs, sizeof (GSource));
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.c 384 GSource* gs = g_source_new(&xt_event_funcs, sizeof(GSource));

Completed in 216 milliseconds