Searched refs:snd_seq_poll_descriptors_count (Results 1 – 9 of 9) sorted by relevance
/third_party/alsa-lib/test/ |
D | playmidi1.c | 119 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()
|
D | seq-sender.c | 234 int nseqs = snd_seq_poll_descriptors_count(handle, POLLOUT|POLLIN); in event_sender()
|
D | seq-decoder.c | 344 max = snd_seq_poll_descriptors_count(handle, POLLIN); in event_decoder()
|
/third_party/alsa-utils/seq/aseqnet/ |
D | aseqnet.c | 248 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/ |
D | aseqdump.c | 417 npfds = snd_seq_poll_descriptors_count(seq, POLLIN); in main()
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsamidisrc.c | 585 npfds = snd_seq_poll_descriptors_count (alsamidisrc->seq, POLLIN); in gst_alsa_midi_src_start()
|
/third_party/alsa-lib/include/ |
D | seq.h | 83 int snd_seq_poll_descriptors_count(snd_seq_t *handle, short events);
|
/third_party/alsa-utils/seq/aplaymidi/ |
D | arecordmidi.c | 890 npfds = snd_seq_poll_descriptors_count(seq, POLLIN); in main()
|
/third_party/alsa-lib/src/seq/ |
D | seq.c | 1070 int snd_seq_poll_descriptors_count(snd_seq_t *seq, short events) in snd_seq_poll_descriptors_count() function
|