Home
last modified time | relevance | path

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

/third_party/alsa-utils/seq/aplaymidi/
Darecordmidi.c66 static int port_count; variable
169 ++port_count; in parse_ports()
170 ports = realloc(ports, port_count * sizeof(snd_seq_addr_t)); in parse_ports()
173 err = snd_seq_parse_address(seq, &ports[port_count - 1], port_name); in parse_ports()
219 snd_seq_ev_set_source(&ev, port_count); in metronome_note()
230 snd_seq_ev_set_source(&ev, port_count); in metronome_echo()
231 snd_seq_ev_set_dest(&ev, client, port_count); in metronome_echo()
255 snd_seq_ev_set_source(&ev, port_count); in metronome_set_program()
265 num_tracks = port_count; in init_tracks()
346 for (i = 0; i < port_count; ++i) { in create_ports()
[all …]
Daplaymidi.c68 static int port_count; variable
150 ++port_count; in parse_ports()
151 ports = realloc(ports, port_count * sizeof(snd_seq_addr_t)); in parse_ports()
154 err = snd_seq_parse_address(seq, &ports[port_count - 1], port_name); in parse_ports()
202 for (i = 0; i < port_count; ++i) { in connect_ports()
404 port = read_byte() % port_count; in read_track()
906 if (port_count < 1) { in main()
911 if (port_count < 1) { in main()
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c34 static int port_count; variable
95 ++port_count; in parse_ports()
96 ports = realloc(ports, port_count * sizeof(snd_seq_addr_t)); in parse_ports()
99 err = snd_seq_parse_address(seq, &ports[port_count - 1], port_name); in parse_ports()
123 for (i = 0; i < port_count; ++i) { in connect_ports()
406 if (port_count > 0) in main()
/third_party/pulseaudio/src/modules/
Dmodule-card-restore.c317 uint32_t port_count = 0; in entry_read() local
323 if (pa_tagstruct_getu32(t, &port_count) < 0) in entry_read()
326 for (i = 0; i < port_count; i++) { in entry_read()
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs906 pub fn port_count(port: port_id) -> ::ssize_t; in port_count() function
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h72301 unsigned int port_count; member