Home
last modified time | relevance | path

Searched refs:snd_seq_create_port (Results 1 – 8 of 8) sorted by relevance

/third_party/alsa-lib/src/seq/
Dseqmid.c88 result = snd_seq_create_port(seq, &pinfo); in snd_seq_create_simple_port()
Dseq.c2361 int snd_seq_create_port(snd_seq_t *seq, snd_seq_port_info_t * port) in snd_seq_create_port() function
/third_party/alsa-lib/test/
Dseq-sender.c176 if ((err = snd_seq_create_port(handle, pinfo)) < 0) { in event_sender()
Dseq-decoder.c292 if ((err = snd_seq_create_port(handle, pinfo)) < 0) { in event_decoder()
/third_party/alsa-utils/seq/aplaymidi/
Darecordmidi.c352 err = snd_seq_create_port(seq, pinfo); in create_ports()
366 err = snd_seq_create_port(seq, pinfo); in create_ports()
Daplaymidi.c180 err = snd_seq_create_port(seq, pinfo); in create_source_port()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsamidisrc.c245 ret = snd_seq_create_port (alsamidisrc->seq, pinfo); in create_port()
/third_party/alsa-lib/include/
Dseq.h301 int snd_seq_create_port(snd_seq_t *handle, snd_seq_port_info_t *info);