Searched refs:pa_source_update_flags (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | source.h | 378 void pa_source_update_flags(pa_source *s, pa_source_flags_t mask, pa_source_flags_t value);
|
D | source.c | 784 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()
|
D | sink.c | 883 pa_source_update_flags(s->monitor_source, in pa_sink_update_flags()
|
/third_party/pulseaudio/src/modules/ |
D | module-remap-source.c | 264 pa_source_update_flags(u->source, PA_SOURCE_LATENCY|PA_SOURCE_DYNAMIC_LATENCY, dest->flags); in source_output_moving_cb()
|
D | module-virtual-source.c | 458 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/ |
D | module-echo-cancel.c | 1478 pa_source_update_flags(u->source, PA_SOURCE_LATENCY|PA_SOURCE_DYNAMIC_LATENCY, dest->flags); in source_output_moving_cb()
|