Searched refs:snd_seq_event_input (Results 1 - 9 of 9) sorted by relevance
/third_party/alsa-lib/test/ |
H A D | playmidi1.c | 374 left = snd_seq_event_input(seq_handle, &input_event); in wait_for_event() 377 while ((left = snd_seq_event_input(seq_handle, &input_event)) >= 0 && in wait_for_event()
|
H A D | seq-decoder.c | 351 if ((err = snd_seq_event_input(handle, &ev))<0) in event_decoder()
|
H A D | seq-sender.c | 261 if ((err = snd_seq_event_input(handle, &ev))<0) in event_sender()
|
/third_party/alsa-lib/src/rawmidi/ |
H A D | rawmidi_virt.c | 245 err = snd_seq_event_input(virt->handle, &virt->in_event); in snd_rawmidi_virtual_read()
|
/third_party/alsa-utils/seq/aseqnet/ |
H A D | aseqnet.c | 603 while ((rc = snd_seq_event_input(handle, &ev)) >= 0 && ev) { in copy_local_to_remote()
|
/third_party/alsa-utils/seq/aseqdump/ |
H A D | aseqdump.c | 799 err = snd_seq_event_input(seq, &event); in main()
|
/third_party/alsa-utils/seq/aplaymidi/ |
H A D | arecordmidi.c | 898 err = snd_seq_event_input(seq, &event); in main()
|
/third_party/alsa-lib/include/ |
H A D | seq.h | 561 int snd_seq_event_input(snd_seq_t *handle, snd_seq_event_t **ev);
|
/third_party/alsa-lib/src/seq/ |
H A D | seq.c | 766 while (snd_seq_event_input(seq, &ev) >= 0) { 4097 * release the event pointer which was allocated by snd_seq_event_input(). 4421 int snd_seq_event_input(snd_seq_t *seq, snd_seq_event_t **ev) in snd_seq_event_input() function 4466 * \sa snd_seq_event_input() 4563 * Like snd_seq_event_input(), this reads out the input event, but in 4572 * \sa snd_seq_event_input() 4578 return snd_seq_event_input(seq, (snd_seq_event_t **)ev); in snd_seq_ump_event_input()
|
Completed in 18 milliseconds