Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsource.h454 void pa_source_post_direct(pa_source*s, pa_source_output *o, const pa_memchunk *chunk);
Dsource.c1018 void pa_source_post_direct(pa_source*s, pa_source_output *o, const pa_memchunk *chunk) { in pa_source_post_direct() function
Dsink.c1203 pa_source_post_direct(s->monitor_source, o, &c); in inputs_drop()