Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dnative-common.h67 PA_COMMAND_GET_SINK_INPUT_INFO, /* Payload changed in v11 (0.9.7) */ enumerator
Dpdispatch.c83 [PA_COMMAND_GET_SINK_INPUT_INFO] = "GET_SINK_INPUT_INFO",
Dprotocol-native.c3533 command != PA_COMMAND_GET_SINK_INPUT_INFO && in command_get_info()
3572 else if (command == PA_COMMAND_GET_SINK_INPUT_INFO) in command_get_info()
4897 [PA_COMMAND_GET_SINK_INPUT_INFO] = command_get_info,
/third_party/pulseaudio/
DPROTOCOL33 Reply to PA_COMMAND_GET_SINK_INPUT_INFO, PA_COMMAND_GET_SINK_INPUT_INFO_LIST gets new field at the …
240 One new field in reply from PA_COMMAND_GET_SINK_INPUT_INFO (and thus
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c1387 pa_tagstruct_putu32(t, PA_COMMAND_GET_SINK_INPUT_INFO); in request_info()
/third_party/pulseaudio/src/pulse/
Dintrospect.c1297 t = pa_tagstruct_command(c, PA_COMMAND_GET_SINK_INPUT_INFO, &tag); in pa_context_get_sink_input_info()