Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dnative-common.h138 PA_COMMAND_PLAYBACK_STREAM_SUSPENDED, enumerator
Dpdispatch.c151 [PA_COMMAND_PLAYBACK_STREAM_SUSPENDED] = "PLAYBACK_STREAM_SUSPENDED",
Dprotocol-native.c1641 pa_tagstruct_putu32(t, PA_COMMAND_PLAYBACK_STREAM_SUSPENDED); in sink_input_suspend_cb()
/third_party/pulseaudio/
DPROTOCOL77 PA_COMMAND_PLAYBACK_STREAM_SUSPENDED
/third_party/pulseaudio/src/pulse/
Dcontext.c82 [PA_COMMAND_PLAYBACK_STREAM_SUSPENDED] = pa_command_stream_suspended,
Dstream.c678 …pa_assert(command == PA_COMMAND_PLAYBACK_STREAM_SUSPENDED || command == PA_COMMAND_RECORD_STREAM_S… in pa_command_stream_suspended()
697 …if (!(s = pa_hashmap_get(command == PA_COMMAND_PLAYBACK_STREAM_SUSPENDED ? c->playback_streams : c… in pa_command_stream_suspended()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c174 [PA_COMMAND_PLAYBACK_STREAM_SUSPENDED] = command_suspended,