Lines Matching defs:autoreconnect
94 bool autoreconnect;
112 /* Consider as first I/O thread iteration, can be switched to true in autoreconnect mode */
197 if (u->autoreconnect && u->sink->state == PA_SINK_RUNNING) {
270 if (u->autoreconnect) {
486 if (u->autoreconnect && pa_raop_client_is_alive(u->raop)) {
527 if (u->oob && u->autoreconnect && on_timeout) {
592 if (u->autoreconnect) {
606 if (u->autoreconnect) {
772 u->autoreconnect = false;
775 if (pa_modargs_get_value_boolean(ma, "autoreconnect", &u->autoreconnect) < 0) {
776 pa_log("Failed to parse autoreconnect argument");
780 u->autonull = u->autoreconnect;
915 u->raop = pa_raop_client_new(u->core, server, u->protocol, u->encryption, u->codec, u->autoreconnect);