Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dnative-common.h83 PA_COMMAND_FLUSH_PLAYBACK_STREAM, enumerator
Dpdispatch.c97 [PA_COMMAND_FLUSH_PLAYBACK_STREAM] = "FLUSH_PLAYBACK_STREAM",
Dprotocol-native.c3995 case PA_COMMAND_FLUSH_PLAYBACK_STREAM: in command_trigger_or_flush_or_prebuf_playback_stream()
4925 [PA_COMMAND_FLUSH_PLAYBACK_STREAM] = command_trigger_or_flush_or_prebuf_playback_stream,
/third_party/pulseaudio/src/pulse/
Dstream.c2341 …command(s, (uint32_t) (s->direction == PA_STREAM_PLAYBACK ? PA_COMMAND_FLUSH_PLAYBACK_STREAM : PA_… in pa_stream_flush()