Home
last modified time | relevance | path

Searched refs:SND_SEQ_EVENT_START (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.c108 {SND_SEQ_EVENT_START, 0, NULL, NULL}, /* 0xfa */
/third_party/alsa-lib/test/
Dseq-decoder.c24 [SND_SEQ_EVENT_START]= "Start",
192 case SND_SEQ_EVENT_START: in decode_event()
Dplaymidi1.c422 if (input_event->type == SND_SEQ_EVENT_START && in wait_start()
517 snd_seq_set_client_event_filter(seq_handle, SND_SEQ_EVENT_START); in main()
/third_party/alsa-lib/include/
Dseqmid.h232 snd_seq_ev_set_queue_control(ev, SND_SEQ_EVENT_START, q, 0)
297 snd_seq_control_queue(seq, q, SND_SEQ_EVENT_START, 0, ev)
Dseq_event.h86 SND_SEQ_EVENT_START = 30, enumerator
/third_party/alsa-lib/test/lsb/
Dmidi_event.c97 ev.type = SND_SEQ_EVENT_START; in test_decode()
252 TEST_CHECK(ev.type == SND_SEQ_EVENT_START); in test_encode()
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c201 case SND_SEQ_EVENT_START: in dump_event()
/third_party/alsa-utils/seq/aplaymidi/
Darecordmidi.c569 case SND_SEQ_EVENT_START: in record_event()