Home | History | Annotate | Download | only in audio

Lines Matching refs:io_id

370 	guint io_id;		/* Transport GSource ID */
398 guint io_id;
786 if (stream->io_id)
787 g_source_remove(stream->io_id);
824 stream->io_id = 0;
864 stream->io_id = g_io_add_watch(io, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
1094 if (session->io_id) {
1095 g_source_remove(session->io_id);
1096 session->io_id = 0;
2227 if (session->io_id)
2228 g_source_remove(session->io_id);
2237 session->io_id = g_io_add_watch_full(chan,
2357 session->io_id = g_io_add_watch(chan, G_IO_ERR | G_IO_HUP | G_IO_NVAL,