Home | History | Annotate | Download | only in audio

Lines Matching full:io_id

348 	guint io_id;		/* Transport GSource ID */
372 guint io_id;
763 if (stream->io_id)
764 g_source_remove(stream->io_id);
800 stream->io_id = 0;
840 stream->io_id = g_io_add_watch(io, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
1000 if (session->io_id) {
1001 g_source_remove(session->io_id);
1002 session->io_id = 0;
2014 if (session->io_id)
2015 g_source_remove(session->io_id);
2024 session->io_id = g_io_add_watch_full(chan,
2147 session->io_id = g_io_add_watch(chan, G_IO_ERR | G_IO_HUP | G_IO_NVAL,