Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Dstream.h799 int pa_stream_set_monitor_stream(pa_stream *s, uint32_t sink_input_idx);
Dstream.c2904 int pa_stream_set_monitor_stream(pa_stream *s, uint32_t sink_input_idx) { in pa_stream_set_monitor_stream() function
/third_party/pulseaudio/src/
Dmap-file326 pa_stream_set_monitor_stream;
/third_party/pulseaudio/src/utils/
Dpacat.c496 …if (monitor_stream != PA_INVALID_INDEX && (pa_stream_set_monitor_stream(stream, monitor_stream) < … in context_state_callback()