Searched refs:SND_SEQ_EVENT_NONE (Results 1 - 6 of 6) sorted by relevance
/third_party/alsa-lib/src/seq/ |
H A D | seq_midi_event.c | 98 {SND_SEQ_EVENT_NONE, -1, NULL, NULL}, 104 {SND_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf4 */ 105 {SND_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf5 */ 107 {SND_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf7 */ 109 {SND_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf9 */ 113 {SND_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xfd */ 310 * set to #SND_SEQ_EVENT_NONE, and further bytes are required to complete 367 ev->type = SND_SEQ_EVENT_NONE; in snd_midi_event_encode() 411 return ev->type != SND_SEQ_EVENT_NONE; in snd_midi_event_encode_byte() 565 if (ev->type == SND_SEQ_EVENT_NONE) in snd_midi_event_decode() [all...] |
H A D | seq_event.c | 46 [SND_SEQ_EVENT_NONE]
|
/third_party/alsa-lib/test/lsb/ |
H A 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/ |
H A D | seq_event.h | 173 SND_SEQ_EVENT_NONE = 255 enumerator
|
/third_party/alsa-lib/test/ |
H A D | seq-decoder.c | 102 [SND_SEQ_EVENT_NONE]= "None",
|
/third_party/alsa-lib/src/rawmidi/ |
H A D | rawmidi_virt.c | 216 if (virt->out_event.type == SND_SEQ_EVENT_NONE) in snd_rawmidi_virtual_write()
|
Completed in 5 milliseconds