Searched refs:SND_SEQ_EVENT_NONE (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-lib/src/seq/ |
D | seq_midi_event.c | 96 {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()
|
D | seq_event.c | 46 [SND_SEQ_EVENT_NONE]
|
/third_party/alsa-lib/test/lsb/ |
D | midi_event.c | 51 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/ |
D | seq_event.h | 173 SND_SEQ_EVENT_NONE = 255 enumerator
|
/third_party/alsa-lib/test/ |
D | seq-decoder.c | 102 [SND_SEQ_EVENT_NONE]= "None",
|
/third_party/alsa-lib/src/rawmidi/ |
D | rawmidi_virt.c | 218 if (virt->out_event.type == SND_SEQ_EVENT_NONE) in snd_rawmidi_virtual_write()
|