Lines Matching refs:oob
87 bool oob;
218 u->oob = pa_raop_client_register_pollfd(u->raop, u->rtpoll, &u->rtpoll_item);
467 /* If !oob: streaming driven by pollds (POLLOUT) */
468 if (pollfd && !u->oob && !pollfd->revents) {
479 /* if oob: streaming managed by timing, pollfd for oob sockets */
480 if (pollfd && u->oob && !on_timeout) {
527 if (u->oob && u->autoreconnect && on_timeout) {
598 } else if (errno != EAGAIN && !u->oob) {
600 if (!u->oob) {
630 if ((u->autonull && !canstream) || (u->oob && canstream && on_timeout)) {
634 } else if (!u->oob) {
792 u->oob = true;