Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsource.h378 void pa_source_update_flags(pa_source *s, pa_source_flags_t mask, pa_source_flags_t value);
Dsource.c784 void pa_source_update_flags(pa_source *s, pa_source_flags_t mask, pa_source_flags_t value) { in pa_source_update_flags() function
813 pa_source_update_flags(output->destination_source, mask, value); in pa_source_update_flags()
Dsink.c883 pa_source_update_flags(s->monitor_source, in pa_sink_update_flags()
/third_party/pulseaudio/src/modules/
Dmodule-remap-source.c264 pa_source_update_flags(u->source, PA_SOURCE_LATENCY|PA_SOURCE_DYNAMIC_LATENCY, dest->flags); in source_output_moving_cb()
Dmodule-virtual-source.c458 pa_source_update_flags(u->source, PA_SOURCE_LATENCY|PA_SOURCE_DYNAMIC_LATENCY, dest->flags); in source_output_moving_cb()
/third_party/pulseaudio/src/modules/echo-cancel/
Dmodule-echo-cancel.c1478 pa_source_update_flags(u->source, PA_SOURCE_LATENCY|PA_SOURCE_DYNAMIC_LATENCY, dest->flags); in source_output_moving_cb()