Home
last modified time | relevance | path

Searched refs:snd_seq_event_input (Results 1 - 9 of 9) sorted by relevance

/third_party/alsa-lib/test/
H A Dplaymidi1.c374 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 Dseq-decoder.c351 if ((err = snd_seq_event_input(handle, &ev))<0) in event_decoder()
H A Dseq-sender.c261 if ((err = snd_seq_event_input(handle, &ev))<0) in event_sender()
/third_party/alsa-lib/src/rawmidi/
H A Drawmidi_virt.c245 err = snd_seq_event_input(virt->handle, &virt->in_event); in snd_rawmidi_virtual_read()
/third_party/alsa-utils/seq/aseqnet/
H A Daseqnet.c603 while ((rc = snd_seq_event_input(handle, &ev)) >= 0 && ev) { in copy_local_to_remote()
/third_party/alsa-utils/seq/aseqdump/
H A Daseqdump.c799 err = snd_seq_event_input(seq, &event); in main()
/third_party/alsa-utils/seq/aplaymidi/
H A Darecordmidi.c898 err = snd_seq_event_input(seq, &event); in main()
/third_party/alsa-lib/include/
H A Dseq.h561 int snd_seq_event_input(snd_seq_t *handle, snd_seq_event_t **ev);
/third_party/alsa-lib/src/seq/
H A Dseq.c766 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