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

  /external/bluetooth/glib/tests/
timeloop-closure.c 155 source = g_io_create_watch (out_channels[0], G_IO_IN | G_IO_HUP);
mainloop-test.c 160 adder_source = g_io_create_watch (channels[0], G_IO_IN | G_IO_HUP);
  /external/bluetooth/glib/glib/
giochannel.h 197 GSource * g_io_create_watch (GIOChannel *channel,
giochannel.c 492 * g_io_create_watch:
511 g_io_create_watch (GIOChannel *channel, function
531 * This internally creates a main loop source using g_io_create_watch()
550 source = g_io_create_watch (channel, condition);
    [all...]
galiasdef.c 1039 #undef g_io_create_watch macro
    [all...]
galias.h 1033 #define g_io_create_watch macro
    [all...]

Completed in 232 milliseconds