Home
last modified time | relevance | path

Searched refs:SND_SEQ_EVENT_NONE (Results 1 – 6 of 6) sorted by relevance

/third_party/alsa-lib/src/seq/
Dseq_midi_event.c96 {SND_SEQ_EVENT_NONE, -1, NULL, NULL},
102 {SND_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf4 */
103 {SND_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf5 */
105 {SND_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf7 */
107 {SND_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf9 */
111 {SND_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xfd */
365 ev->type = SND_SEQ_EVENT_NONE; in snd_midi_event_encode()
409 return ev->type != SND_SEQ_EVENT_NONE; in snd_midi_event_encode_byte()
563 if (ev->type == SND_SEQ_EVENT_NONE) in snd_midi_event_decode()
Dseq_event.c46 [SND_SEQ_EVENT_NONE]
/third_party/alsa-lib/test/lsb/
Dmidi_event.c51 ev.type = SND_SEQ_EVENT_NONE; in test_decode()
282 TEST_CHECK(ev.type == SND_SEQ_EVENT_NONE); in test_encode()
296 TEST_CHECK(ev.type == SND_SEQ_EVENT_NONE); in test_reset_encode()
301 TEST_CHECK(ev.type == SND_SEQ_EVENT_NONE); in test_reset_encode()
320 TEST_CHECK(ev.type == SND_SEQ_EVENT_NONE); in test_init()
328 TEST_CHECK(ev.type == SND_SEQ_EVENT_NONE); in test_init()
/third_party/alsa-lib/include/
Dseq_event.h173 SND_SEQ_EVENT_NONE = 255 enumerator
/third_party/alsa-lib/test/
Dseq-decoder.c102 [SND_SEQ_EVENT_NONE]= "None",
/third_party/alsa-lib/src/rawmidi/
Drawmidi_virt.c218 if (virt->out_event.type == SND_SEQ_EVENT_NONE) in snd_rawmidi_virtual_write()