Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dnative-common.h89 PA_COMMAND_SET_PLAYBACK_STREAM_NAME, enumerator
Dpdispatch.c103 [PA_COMMAND_SET_PLAYBACK_STREAM_NAME] = "SET_PLAYBACK_STREAM_NAME",
Dprotocol-native.c4417 if (command == PA_COMMAND_SET_PLAYBACK_STREAM_NAME) { in command_set_stream_name()
4934 [PA_COMMAND_SET_PLAYBACK_STREAM_NAME] = command_set_stream_name,
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c953 pa_tagstruct_putu32(t, PA_COMMAND_SET_PLAYBACK_STREAM_NAME); in update_description()
/third_party/pulseaudio/src/pulse/
Dstream.c2445 …ion == PA_STREAM_RECORD ? PA_COMMAND_SET_RECORD_STREAM_NAME : PA_COMMAND_SET_PLAYBACK_STREAM_NAME), in pa_stream_set_name()