Searched refs:SND_SEQ_EVENT_STOP (Results 1 – 9 of 9) sorted by relevance
/third_party/alsa-lib/src/seq/ |
D | seq_event.c | 24 [SND_SEQ_EVENT_START ... SND_SEQ_EVENT_STOP]
|
D | seq_midi_event.c | 110 {SND_SEQ_EVENT_STOP, 0, NULL, NULL}, /* 0xfc */
|
/third_party/alsa-lib/include/ |
D | seqmid.h | 242 snd_seq_ev_set_queue_control(ev, SND_SEQ_EVENT_STOP, q, 0) 306 snd_seq_control_queue(seq, q, SND_SEQ_EVENT_STOP, 0, ev)
|
D | seq_event.h | 90 SND_SEQ_EVENT_STOP, enumerator
|
/third_party/alsa-lib/test/ |
D | seq-decoder.c | 26 [SND_SEQ_EVENT_STOP]= "Stop", 194 case SND_SEQ_EVENT_STOP: in decode_event()
|
/third_party/alsa-lib/test/lsb/ |
D | midi_event.c | 103 ev.type = SND_SEQ_EVENT_STOP; in test_decode() 258 TEST_CHECK(ev.type == SND_SEQ_EVENT_STOP); in test_encode()
|
/third_party/alsa-utils/seq/aseqdump/ |
D | aseqdump.c | 217 case SND_SEQ_EVENT_STOP: in dump_event()
|
/third_party/alsa-utils/seq/aplaymidi/ |
D | aplaymidi.c | 745 ev.type = SND_SEQ_EVENT_STOP; in play_midi()
|
D | arecordmidi.c | 571 case SND_SEQ_EVENT_STOP: in record_event()
|