Searched refs:snd_seq_event_output (Results 1 – 9 of 9) sorted by relevance
/third_party/alsa-lib/test/ |
D | seq-sender.c | 123 if ((err = snd_seq_event_output(handle, &ev))<0) in send_event() 129 if ((err = snd_seq_event_output(handle, &ev))<0) in send_event() 137 if ((err = snd_seq_event_output(handle, &ev))<0) in send_event()
|
D | playmidi1.c | 111 rc = snd_seq_event_output(seq_handle, ev); in write_ev() 118 while ((rc = snd_seq_event_output(seq_handle, ev)) < 0) { in write_ev()
|
/third_party/alsa-lib/src/rawmidi/ |
D | rawmidi_virt.c | 180 err = snd_seq_event_output(virt->handle, &virt->out_event); in snd_rawmidi_virtual_drain() 199 err = snd_seq_event_output(virt->handle, &virt->out_event); in snd_rawmidi_virtual_write() 223 err = snd_seq_event_output(virt->handle, &virt->out_event); in snd_rawmidi_virtual_write()
|
/third_party/alsa-utils/seq/aplaymidi/ |
D | aplaymidi.c | 628 err = snd_seq_event_output(seq, ev); in handle_big_sysex() 739 err = snd_seq_event_output(seq, &ev); in play_midi() 750 err = snd_seq_event_output(seq, &ev); in play_midi()
|
D | arecordmidi.c | 221 snd_seq_event_output(seq, &ev); in metronome_note() 232 snd_seq_event_output(seq, &ev); in metronome_echo() 257 snd_seq_event_output(seq, &ev); in metronome_set_program()
|
/third_party/alsa-lib/src/seq/ |
D | seqmid.c | 57 return snd_seq_event_output(seq, ev); in snd_seq_control_queue()
|
D | seq.c | 3906 int snd_seq_event_output(snd_seq_t *seq, snd_seq_event_t *ev) in snd_seq_event_output() function
|
/third_party/alsa-utils/seq/aseqnet/ |
D | aseqnet.c | 659 snd_seq_event_output(handle, ev); in copy_remote_to_local()
|
/third_party/alsa-lib/include/ |
D | seq.h | 521 int snd_seq_event_output(snd_seq_t *handle, snd_seq_event_t *ev);
|