Home
last modified time | relevance | path

Searched refs:snd_seq_poll_descriptors_count (Results 1 – 9 of 9) sorted by relevance

/third_party/alsa-lib/test/
Dplaymidi1.c119 int npfds = snd_seq_poll_descriptors_count(seq_handle, POLLOUT); in write_ev()
377 int npfds = snd_seq_poll_descriptors_count(seq_handle, POLLIN); in wait_for_event()
Dseq-sender.c234 int nseqs = snd_seq_poll_descriptors_count(handle, POLLOUT|POLLIN); in event_sender()
Dseq-decoder.c344 max = snd_seq_poll_descriptors_count(handle, POLLIN); in event_decoder()
/third_party/alsa-utils/seq/aseqnet/
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-utils/seq/aseqdump/
Daseqdump.c417 npfds = snd_seq_poll_descriptors_count(seq, POLLIN); in main()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsamidisrc.c585 npfds = snd_seq_poll_descriptors_count (alsamidisrc->seq, POLLIN); in gst_alsa_midi_src_start()
/third_party/alsa-lib/include/
Dseq.h83 int snd_seq_poll_descriptors_count(snd_seq_t *handle, short events);
/third_party/alsa-utils/seq/aplaymidi/
Darecordmidi.c890 npfds = snd_seq_poll_descriptors_count(seq, POLLIN); in main()
/third_party/alsa-lib/src/seq/
Dseq.c1070 int snd_seq_poll_descriptors_count(snd_seq_t *seq, short events) in snd_seq_poll_descriptors_count() function