Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dnative-common.h114 PA_COMMAND_PLAYBACK_STREAM_KILLED, enumerator
Dpdispatch.c127 [PA_COMMAND_PLAYBACK_STREAM_KILLED] = "PLAYBACK_STREAM_KILLED",
Dprotocol-native.c1147 pa_tagstruct_putu32(t, PA_COMMAND_PLAYBACK_STREAM_KILLED); in playback_stream_send_killed()
/third_party/pulseaudio/src/pulse/
Dcontext.c78 [PA_COMMAND_PLAYBACK_STREAM_KILLED] = pa_command_stream_killed,
Dstream.c421 …pa_assert(command == PA_COMMAND_PLAYBACK_STREAM_KILLED || command == PA_COMMAND_RECORD_STREAM_KILL… in pa_command_stream_killed()
434 …if (!(s = pa_hashmap_get(command == PA_COMMAND_PLAYBACK_STREAM_KILLED ? c->playback_streams : c->r… in pa_command_stream_killed()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c172 [PA_COMMAND_PLAYBACK_STREAM_KILLED] = command_stream_killed,