Home
last modified time | relevance | path

Searched refs:snd_seq_parse_address (Results 1 – 8 of 8) sorted by relevance

/third_party/alsa-utils/seq/aconnect/
Daconnect.c363 if (snd_seq_parse_address(seq, &sender, argv[optind]) < 0) { in main()
368 if (snd_seq_parse_address(seq, &dest, argv[optind + 1]) < 0) { in main()
/third_party/alsa-utils/seq/aseqnet/
Daseqnet.c291 if (snd_seq_parse_address(handle, &addr, source) < 0) { in init_seq()
302 if (snd_seq_parse_address(handle, &addr, dest) < 0) { in init_seq()
/third_party/alsa-lib/src/seq/
Dseqmid.c389 int snd_seq_parse_address(snd_seq_t *seq, snd_seq_addr_t *addr, const char *arg) in snd_seq_parse_address() function
/third_party/alsa-utils/seq/aplaymidi/
Darecordmidi.c173 err = snd_seq_parse_address(seq, &ports[port_count - 1], port_name); in parse_ports()
186 err = snd_seq_parse_address(seq, &metronome_port, arg); in init_metronome()
Daplaymidi.c154 err = snd_seq_parse_address(seq, &ports[port_count - 1], port_name); in parse_ports()
/third_party/alsa-lib/include/
Dseqmid.h355 int snd_seq_parse_address(snd_seq_t *seq, snd_seq_addr_t *addr, const char *str);
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c99 err = snd_seq_parse_address(seq, &ports[port_count - 1], port_name); in parse_ports()
/third_party/alsa-lib/test/
Dplaymidi1.c530 if (snd_seq_parse_address(seq_handle, &dest_addr, addr) < 0) { in main()