Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Dstream.c2305 static pa_operation* stream_send_simple_command(pa_stream *s, uint32_t command, pa_stream_success_c… in stream_send_simple_command() function
2341 …if (!(o = stream_send_simple_command(s, (uint32_t) (s->direction == PA_STREAM_PLAYBACK ? PA_COMMAN… in pa_stream_flush()
2385 if (!(o = stream_send_simple_command(s, PA_COMMAND_PREBUF_PLAYBACK_STREAM, cb, userdata))) in pa_stream_prebuf()
2411 if (!(o = stream_send_simple_command(s, PA_COMMAND_TRIGGER_PLAYBACK_STREAM, cb, userdata))) in pa_stream_trigger()