Home | History | Annotate | Download | only in audio

Lines Matching full:cond

1580 static gboolean client_cb(GIOChannel *chan, GIOCondition cond, gpointer data)
1588 if (cond & G_IO_NVAL)
1591 if (cond & (G_IO_HUP | G_IO_ERR)) {
1658 static gboolean server_cb(GIOChannel *chan, GIOCondition cond, gpointer data)
1666 if (cond & G_IO_NVAL)
1669 if (cond & (G_IO_HUP | G_IO_ERR)) {