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

  /external/bluetooth/glib/gobject/
gsourceclosure.c 144 if (source->source_funcs == &g_io_watch_funcs)
180 source->source_funcs != &g_io_watch_funcs &&
200 else if (source->source_funcs == &g_io_watch_funcs)
  /external/bluetooth/glib/glib/
giounix.c 103 GSourceFuncs g_io_watch_funcs = { variable
346 source = g_source_new (&g_io_watch_funcs, sizeof (GIOUnixWatch));
giochannel.h 303 GLIB_VAR GSourceFuncs g_io_watch_funcs; variable

Completed in 46 milliseconds