Home
last modified time | relevance | path

Searched refs:default_sink_changed (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dsink.h577 void pa_sink_move_streams_to_default_sink(pa_core *core, pa_sink *old_sink, bool default_sink_changed);
H A Dsink.c4047 void pa_sink_move_streams_to_default_sink(pa_core *core, pa_sink *old_sink, bool default_sink_changed) { in pa_sink_move_streams_to_default_sink() argument
4074 /* If default_sink_changed is false, the old sink became unavailable, so all streams must be moved. */ in pa_sink_move_streams_to_default_sink()
4075 if (pa_safe_streq(old_sink->name, i->preferred_sink) && default_sink_changed) in pa_sink_move_streams_to_default_sink()
4081 if (default_sink_changed) in pa_sink_move_streams_to_default_sink()

Completed in 6 milliseconds