Searched refs:SND_SEQ_EVENT_START (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 | 108 {SND_SEQ_EVENT_START, 0, NULL, NULL}, /* 0xfa */
|
/third_party/alsa-lib/test/ |
D | seq-decoder.c | 24 [SND_SEQ_EVENT_START]= "Start", 192 case SND_SEQ_EVENT_START: in decode_event()
|
D | playmidi1.c | 422 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/ |
D | seqmid.h | 232 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)
|
D | seq_event.h | 86 SND_SEQ_EVENT_START = 30, enumerator
|
/third_party/alsa-lib/test/lsb/ |
D | midi_event.c | 97 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/ |
D | aseqdump.c | 201 case SND_SEQ_EVENT_START: in dump_event()
|
/third_party/alsa-utils/seq/aplaymidi/ |
D | arecordmidi.c | 569 case SND_SEQ_EVENT_START: in record_event()
|