Home
last modified time | relevance | path

Searched refs:snd_midi_event_free (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-lib/test/lsb/
Dmidi_event.c151 snd_midi_event_free(midi_event); in test_decode()
173 snd_midi_event_free(midi_event); in test_reset_decode()
284 snd_midi_event_free(midi_event); in test_encode()
303 snd_midi_event_free(midi_event); in test_reset_encode()
330 snd_midi_event_free(midi_event); in test_init()
359 snd_midi_event_free(midi_event); in test_encode_byte()
/third_party/alsa-lib/include/
Dseq_midi_event.h47 void snd_midi_event_free(snd_midi_event_t *dev);
/third_party/alsa-lib/src/rawmidi/
Drawmidi_virt.c70 snd_midi_event_free(virt->midi_event); in snd_rawmidi_virtual_close()
388 snd_midi_event_free(virt->midi_event); in snd_rawmidi_virtual_open()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsamidisrc.c604 snd_midi_event_free (alsamidisrc->parser); in gst_alsa_midi_src_start()
626 snd_midi_event_free (alsamidisrc->parser); in gst_alsa_midi_src_stop()
/third_party/alsa-lib/src/seq/
Dseq_midi_event.c181 void snd_midi_event_free(snd_midi_event_t *dev) in snd_midi_event_free() function