Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Dseq-sender.c123 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()
Dplaymidi1.c111 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/
Drawmidi_virt.c180 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/
Daplaymidi.c628 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()
Darecordmidi.c221 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/
Dseqmid.c57 return snd_seq_event_output(seq, ev); in snd_seq_control_queue()
Dseq.c3906 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/
Daseqnet.c659 snd_seq_event_output(handle, ev); in copy_remote_to_local()
/third_party/alsa-lib/include/
Dseq.h521 int snd_seq_event_output(snd_seq_t *handle, snd_seq_event_t *ev);