/external/bluetooth/glib/tests/ |
iochannel-test.c | 103 status = g_io_channel_set_flags (gio_r, G_IO_FLAG_NONBLOCK, &gerr);
|
/external/bluetooth/glib/gio/ |
gcancellable.c | 426 g_io_channel_set_flags (cancellable->read_channel,
|
gunixmount.c | 346 g_io_channel_set_flags (data->error_channel, G_IO_FLAG_NONBLOCK, &error);
|
gunixvolume.c | 405 g_io_channel_set_flags (data->error_channel, G_IO_FLAG_NONBLOCK, &error);
|
/external/bluetooth/glib/glib/ |
giochannel.h | 211 GIOStatus g_io_channel_set_flags (GIOChannel *channel,
|
giochannel.c | 405 g_io_channel_set_flags (channel, flags & ~G_IO_FLAG_NONBLOCK, NULL); 461 g_io_channel_set_flags (channel, flags & ~G_IO_FLAG_NONBLOCK, NULL); 797 * g_io_channel_set_flags: 807 g_io_channel_set_flags (GIOChannel *channel, function [all...] |
galiasdef.c | 1108 #undef g_io_channel_set_flags macro [all...] |
galias.h | 1102 #define g_io_channel_set_flags macro [all...] |
/external/bluetooth/glib/gio/inotify/ |
inotify-kernel.c | 201 g_io_channel_set_flags (inotify_read_ioc, G_IO_FLAG_NONBLOCK, NULL);
|
/external/bluetooth/bluez/audio/ |
gstavdtpsink.c | 386 status = g_io_channel_set_flags(self->stream, flags, &gerr); 413 status = g_io_channel_set_flags(self->stream, flags, &gerr); [all...] |
gateway.c | 560 g_io_channel_set_flags(chan, flags, NULL);
|
/external/bluetooth/bluez/common/ |
btio.c | 193 g_io_channel_set_flags(cli_io, G_IO_FLAG_NONBLOCK, NULL); 1166 g_io_channel_set_flags(io, G_IO_FLAG_NONBLOCK, NULL);
|