Home
last modified time | relevance | path

Searched refs:snd_seq_query_next_client (Results 1 – 7 of 7) sorted by relevance

/third_party/alsa-lib/src/seq/
Dseqmid.c439 while (snd_seq_query_next_client(seq, &cinfo) >= 0) { in snd_seq_parse_address()
Dseq.c1884 int snd_seq_query_next_client(snd_seq_t *seq, snd_seq_client_info_t *info) in snd_seq_query_next_client() function
/third_party/alsa-utils/seq/aconnect/
Daconnect.c150 while (snd_seq_query_next_client(seq, cinfo) >= 0) { in do_search_port()
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c311 while (snd_seq_query_next_client(seq, cinfo) >= 0) { in list_ports()
/third_party/alsa-utils/seq/aplaymidi/
Daplaymidi.c822 while (snd_seq_query_next_client(seq, cinfo) >= 0) { in list_ports()
Darecordmidi.c673 while (snd_seq_query_next_client(seq, cinfo) >= 0) { in list_ports()
/third_party/alsa-lib/include/
Dseq.h166 int snd_seq_query_next_client(snd_seq_t *handle, snd_seq_client_info_t *info);