Searched refs:snd_seq_parse_address (Results 1 – 8 of 8) sorted by relevance
/third_party/alsa-utils/seq/aconnect/ |
D | aconnect.c | 363 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/ |
D | aseqnet.c | 291 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/ |
D | seqmid.c | 389 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/ |
D | arecordmidi.c | 173 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()
|
D | aplaymidi.c | 154 err = snd_seq_parse_address(seq, &ports[port_count - 1], port_name); in parse_ports()
|
/third_party/alsa-lib/include/ |
D | seqmid.h | 355 int snd_seq_parse_address(snd_seq_t *seq, snd_seq_addr_t *addr, const char *str);
|
/third_party/alsa-utils/seq/aseqdump/ |
D | aseqdump.c | 99 err = snd_seq_parse_address(seq, &ports[port_count - 1], port_name); in parse_ports()
|
/third_party/alsa-lib/test/ |
D | playmidi1.c | 530 if (snd_seq_parse_address(seq_handle, &dest_addr, addr) < 0) { in main()
|