Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Dintrospect.c195 (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 …]
Dintrospect.h281 uint32_t n_ports; /**< Number of entries in port array \since 0.9.16 */ member
386 uint32_t n_ports; /**< Number of entries in port array \since 0.9.16 */ member
595 uint32_t n_ports; /**< Number of entries in port array */ member
/third_party/pulseaudio/src/modules/dbus/
Diface-device.c690 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 …r, property_handlers[PROPERTY_HANDLER_PORTS].property_name, DBUS_TYPE_OBJECT_PATH, ports, n_ports); in handle_get_all()
/third_party/pulseaudio/
DPROTOCOL307 uint32_t n_ports
309 ...followed by n_ports extended port entries, which look like this:
/third_party/pulseaudio/vala/
Dlibpulse.vapi1304 public uint32 n_ports;
1305 [CCode (array_length_cname="n_ports")]
1338 public uint32 n_ports;
1339 [CCode (array_length_cname="n_ports")]
1423 public uint32 n_ports;
1424 [CCode (array_length_cname="n_ports")]
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c1019 uint32_t n_ports; in read_ports() local
1022 if (pa_tagstruct_getu32(t, &n_ports)) { in read_ports()
1027 for (uint32_t j = 0; j < n_ports; j++) { in read_ports()