Home
last modified time | relevance | path

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

/third_party/alsa-utils/seq/aconnect/
Daconnect.c155 while (snd_seq_query_next_port(seq, pinfo) >= 0) { in do_search_port()
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c316 while (snd_seq_query_next_port(seq, pinfo) >= 0) { in list_ports()
/third_party/alsa-utils/seq/aplaymidi/
Daplaymidi.c827 while (snd_seq_query_next_port(seq, pinfo) >= 0) { in list_ports()
Darecordmidi.c680 while (snd_seq_query_next_port(seq, pinfo) >= 0) { in list_ports()
/third_party/alsa-lib/include/
Dseq.h306 int snd_seq_query_next_port(snd_seq_t *handle, snd_seq_port_info_t *info);
/third_party/alsa-lib/src/seq/
Dseq.c2456 int snd_seq_query_next_port(snd_seq_t *seq, snd_seq_port_info_t *info) in snd_seq_query_next_port() function