Searched refs:pa_sink_set_port (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | sink.h | 497 int pa_sink_set_port(pa_sink *s, const char *name, bool save);
|
D | cli-command.c | 1704 if (pa_sink_set_port(sink, p, true) < 0) { in pa_cli_command_sink_port()
|
D | sink.c | 3482 int pa_sink_set_port(pa_sink *s, const char *name, bool save) { in pa_sink_set_port() function
|
D | protocol-native.c | 4870 if ((ret = pa_sink_set_port(sink, port, true)) < 0) { in command_set_sink_or_source_port()
|
/third_party/pulseaudio/src/modules/ |
D | module-switch-on-port-available.c | 260 pa_sink_set_port(pp.sink, port->name, false); in switch_to_port()
|
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-device.c | 768 … if ((r = pa_sink_set_port(d->sink, pa_dbusiface_device_port_get_name(new_active), true)) < 0) { in handle_set_active_port()
|