Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Ddevice-port.h86 pa_device_port *pa_device_port_new(pa_core *c, pa_device_port_new_data *data, size_t extra);
Ddevice-port.c177 pa_device_port *pa_device_port_new(pa_core *c, pa_device_port_new_data *data, size_t extra) { in pa_device_port_new() function
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c640 port = pa_device_port_new(u->core, &data, 0); in raop_create_port()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c1846 pa_assert_se(port = pa_device_port_new(u->core, &port_data, 0)); in create_card_ports()
1857 pa_assert_se(port = pa_device_port_new(u->core, &port_data, 0)); in create_card_ports()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-ucm.c1082 port = pa_device_port_new(core, &port_data, sizeof(pa_alsa_ucm_port_data)); in ucm_add_port_combination()
Dalsa-mixer.c5299 p = pa_device_port_new(core, &port_data, sizeof(pa_alsa_port_data)); in device_port_alsa_init()