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

/external/bluetooth/glib/glib/
H A Dgiochannel.c407 result = g_io_channel_flush (channel, &tmperr);
463 status = g_io_channel_flush (channel, &err);
965 status = g_io_channel_flush (channel, error);
1000 * g_io_channel_flush:
1011 g_io_channel_flush (GIOChannel *channel, function
1053 * g_io_channel_flush () is sufficient. For all other channels,
1305 status = g_io_channel_flush (channel, err);
H A Dgalias.h1041 extern __typeof (g_io_channel_flush) IA__g_io_channel_flush __attribute((visibility("hidden")));
1042 #define g_io_channel_flush IA__g_io_channel_flush macro
H A Dgaliasdef.c1048 #undef g_io_channel_flush macro
1049 extern __typeof (g_io_channel_flush) g_io_channel_flush __attribute((alias("IA__g_io_channel_flush"), visibility("default")));

Completed in 32 milliseconds