Home
last modified time | relevance | path

Searched refs:snd_seq_poll_descriptors_count (Results 1 - 8 of 8) sorted by relevance

/third_party/alsa-utils/seq/aseqnet/
H A Daseqnet.c248 counti = seqifds_count = snd_seq_poll_descriptors_count(handle, POLLIN); in init_seq()
250 counto = seqofds_count = snd_seq_poll_descriptors_count(handle, POLLOUT); in init_seq()
/third_party/alsa-lib/test/
H A Dplaymidi1.c121 int npfds = snd_seq_poll_descriptors_count(seq_handle, POLLOUT); in write_ev()
379 int npfds = snd_seq_poll_descriptors_count(seq_handle, POLLIN); in wait_for_event()
H A Dseq-decoder.c344 max = snd_seq_poll_descriptors_count(handle, POLLIN); in event_decoder()
H A Dseq-sender.c234 int nseqs = snd_seq_poll_descriptors_count(handle, POLLOUT|POLLIN); in event_sender()
/third_party/alsa-utils/seq/aseqdump/
H A Daseqdump.c779 npfds = snd_seq_poll_descriptors_count(seq, POLLIN); in main()
/third_party/alsa-utils/seq/aplaymidi/
H A Darecordmidi.c890 npfds = snd_seq_poll_descriptors_count(seq, POLLIN); in main()
/third_party/alsa-lib/include/
H A Dseq.h83 int snd_seq_poll_descriptors_count(snd_seq_t *handle, short events);
/third_party/alsa-lib/src/seq/
H A Dseq.c1070 int snd_seq_poll_descriptors_count(snd_seq_t *seq, short events) in snd_seq_poll_descriptors_count() function
1101 * \sa snd_seq_poll_descriptors_count(), snd_seq_poll_descriptors_revents()

Completed in 12 milliseconds