Searched refs:n_ports (Results 1 - 4 of 4) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | introspect.c | 195 (pa_tagstruct_getu32(t, &i.n_ports)))) { in context_get_sink_info_callback() 201 if (i.n_ports > 0) { in context_get_sink_info_callback() 202 i.ports = pa_xnew(pa_sink_port_info*, i.n_ports+1); in context_get_sink_info_callback() 203 i.ports[0] = pa_xnew(pa_sink_port_info, i.n_ports); in context_get_sink_info_callback() 205 for (j = 0; j < i.n_ports; j++) { in context_get_sink_info_callback() 238 for (j = 0; j < i.n_ports; j++) in context_get_sink_info_callback() 475 (pa_tagstruct_getu32(t, &i.n_ports)))) { in context_get_source_info_callback() 481 if (i.n_ports > 0) { in context_get_source_info_callback() 482 i.ports = pa_xnew(pa_source_port_info*, i.n_ports+1); in context_get_source_info_callback() 483 i.ports[0] = pa_xnew(pa_source_port_info, i.n_ports); in context_get_source_info_callback() [all...] |
H A D | introspect.h | 287 uint32_t n_ports; /**< Number of entries in port array \since 0.9.16 */ member 288 pa_sink_port_info** ports; /**< Array of available ports, or NULL. Array is terminated by an entry set to NULL. The number of entries is stored in n_ports. \since 0.9.16 */ 392 uint32_t n_ports; /**< Number of entries in port array \since 0.9.16 */ member 393 pa_source_port_info** ports; /**< Array of available ports, or NULL. Array is terminated by an entry set to NULL. The number of entries is stored in n_ports. \since 0.9.16 */ 612 uint32_t n_ports; /**< Number of entries in port array */ member
|
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-device.c | 690 unsigned n_ports = 0; in handle_get_ports() local 696 ports = get_ports(d, &n_ports); in handle_get_ports() 698 pa_dbus_send_basic_array_variant_reply(conn, msg, DBUS_TYPE_OBJECT_PATH, ports, n_ports); in handle_get_ports() 824 unsigned n_ports = 0; in handle_get_all() local 883 ports = get_ports(d, &n_ports); in handle_get_all() 919 pa_dbus_append_basic_array_variant_dict_entry(&dict_iter, property_handlers[PROPERTY_HANDLER_PORTS].property_name, DBUS_TYPE_OBJECT_PATH, ports, n_ports); in handle_get_all()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-tunnel.c | 1173 uint32_t n_ports; in read_ports() local 1176 if (pa_tagstruct_getu32(t, &n_ports)) { in read_ports() 1181 for (uint32_t j = 0; j < n_ports; j++) { in read_ports()
|
Completed in 10 milliseconds