Home
last modified time | relevance | path

Searched refs:SND_SEQ_EVENT_SYSEX (Results 1 – 10 of 10) sorted by relevance

/third_party/alsa-lib/src/seq/
Dseq_event.c42 [SND_SEQ_EVENT_SYSEX ... SND_SEQ_EVENT_BOUNCE]
Dseq_midi_event.c98 {SND_SEQ_EVENT_SYSEX, 1, NULL, NULL}, /* sysex: 0xf0 */
449 ev->type = SND_SEQ_EVENT_SYSEX; in snd_midi_event_encode_byte()
/third_party/alsa-lib/test/
Dseq-decoder.c87 [SND_SEQ_EVENT_SYSEX]= "Sysex",
173 case SND_SEQ_EVENT_SYSEX: in decode_event()
/third_party/alsa-lib/include/
Dseq_event.h158 SND_SEQ_EVENT_SYSEX = 130, enumerator
Dseqmid.h480 ((ev)->type = SND_SEQ_EVENT_SYSEX,\
/third_party/alsa-utils/seq/aplaymidi/
Daplaymidi.c380 event->type = SND_SEQ_EVENT_SYSEX; in read_track()
722 case SND_SEQ_EVENT_SYSEX: in play_midi()
Darecordmidi.c577 case SND_SEQ_EVENT_SYSEX: in record_event()
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c286 case SND_SEQ_EVENT_SYSEX: in dump_event()
/third_party/alsa-lib/src/rawmidi/
Drawmidi_virt.c251 if (virt->in_event->type == SND_SEQ_EVENT_SYSEX) { in snd_rawmidi_virtual_read()
/third_party/alsa-lib/test/lsb/
Dmidi_event.c228 TEST_CHECK(ev.type == SND_SEQ_EVENT_SYSEX); in test_encode()