Home
last modified time | relevance | path

Searched refs:autonull (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/raop/
Draop-sink.c96 bool autonull; member
182 if (u->autonull || pa_raop_client_can_stream(u->raop)) in sink_process_msg()
272 if (!u->autonull) in sink_process_msg()
342 if (u->autonull) { in sink_set_state_in_io_thread_cb()
560 if (!u->autonull) { in thread_func()
587 sendstream = !u->autonull || (u->autonull && canstream); in thread_func()
630 if ((u->autonull && !canstream) || (u->oob && canstream && on_timeout)) { in thread_func()
780 u->autonull = u->autoreconnect; in pa_raop_sink_new()