Home
last modified time | relevance | path

Searched refs:SND_SEQ_EVENT_STOP (Results 1 – 9 of 9) sorted by relevance

/third_party/alsa-lib/src/seq/
Dseq_event.c24 [SND_SEQ_EVENT_START ... SND_SEQ_EVENT_STOP]
Dseq_midi_event.c110 {SND_SEQ_EVENT_STOP, 0, NULL, NULL}, /* 0xfc */
/third_party/alsa-lib/include/
Dseqmid.h242 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)
Dseq_event.h90 SND_SEQ_EVENT_STOP, enumerator
/third_party/alsa-lib/test/
Dseq-decoder.c26 [SND_SEQ_EVENT_STOP]= "Stop",
194 case SND_SEQ_EVENT_STOP: in decode_event()
/third_party/alsa-lib/test/lsb/
Dmidi_event.c103 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/
Daseqdump.c217 case SND_SEQ_EVENT_STOP: in dump_event()
/third_party/alsa-utils/seq/aplaymidi/
Daplaymidi.c745 ev.type = SND_SEQ_EVENT_STOP; in play_midi()
Darecordmidi.c571 case SND_SEQ_EVENT_STOP: in record_event()