Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dnative-common.h59 PA_COMMAND_GET_SINK_INFO, enumerator
Dpdispatch.c73 [PA_COMMAND_GET_SINK_INFO] = "GET_SINK_INFO",
Dprotocol-native.c3608 (command == PA_COMMAND_GET_SINK_INFO && in command_get_info()
3613 CHECK_VALIDITY(c->pstream, command == PA_COMMAND_GET_SINK_INFO || in command_get_info()
3618 if (command == PA_COMMAND_GET_SINK_INFO) { in command_get_info()
5006 [PA_COMMAND_GET_SINK_INFO] = command_get_info,
/third_party/pulseaudio/
DPROTOCOL232 New fields in reply from PA_COMMAND_GET_SINK_INFO (and thus
/third_party/pulseaudio/src/pulse/
Dintrospect.c331 t = pa_tagstruct_command(c, PA_COMMAND_GET_SINK_INFO, &tag); in pa_context_get_sink_info_by_index()
355 t = pa_tagstruct_command(c, PA_COMMAND_GET_SINK_INFO, &tag); in pa_context_get_sink_info_by_name()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c1549 pa_tagstruct_putu32(t, PA_COMMAND_GET_SINK_INFO); in request_info()