Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dnative-common.h140 PA_COMMAND_PLAYBACK_STREAM_MOVED, enumerator
Dpdispatch.c153 [PA_COMMAND_PLAYBACK_STREAM_MOVED] = "PLAYBACK_STREAM_MOVED",
Dprotocol-native.c1674 pa_tagstruct_putu32(t, PA_COMMAND_PLAYBACK_STREAM_MOVED); in sink_input_moving_cb()
/third_party/pulseaudio/
DPROTOCOL79 PA_COMMAND_PLAYBACK_STREAM_MOVED
/third_party/pulseaudio/src/pulse/
Dcontext.c82 [PA_COMMAND_PLAYBACK_STREAM_MOVED] = pa_command_stream_moved,
Dstream.c519 …pa_assert(command == PA_COMMAND_PLAYBACK_STREAM_MOVED || command == PA_COMMAND_RECORD_STREAM_MOVED… in pa_command_stream_moved()
570 …if (!(s = pa_hashmap_get(command == PA_COMMAND_PLAYBACK_STREAM_MOVED ? c->playback_streams : c->re… in pa_command_stream_moved()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c205 [PA_COMMAND_PLAYBACK_STREAM_MOVED] = command_moved,