Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsink.h497 int pa_sink_set_port(pa_sink *s, const char *name, bool save);
Dcli-command.c1704 if (pa_sink_set_port(sink, p, true) < 0) { in pa_cli_command_sink_port()
Dsink.c3482 int pa_sink_set_port(pa_sink *s, const char *name, bool save) { in pa_sink_set_port() function
Dprotocol-native.c4870 if ((ret = pa_sink_set_port(sink, port, true)) < 0) { in command_set_sink_or_source_port()
/third_party/pulseaudio/src/modules/
Dmodule-switch-on-port-available.c260 pa_sink_set_port(pp.sink, port->name, false); in switch_to_port()
/third_party/pulseaudio/src/modules/dbus/
Diface-device.c768 … if ((r = pa_sink_set_port(d->sink, pa_dbusiface_device_port_get_name(new_active), true)) < 0) { in handle_set_active_port()