Searched refs:snd_seq_connect_from (Results 1 - 6 of 6) sorted by relevance
/third_party/alsa-lib/src/seq/ |
H A D | seqmid.c | 119 int snd_seq_connect_from(snd_seq_t *seq, int myport, int src_client, int src_port) in snd_seq_connect_from() function 171 * \sa snd_seq_unsubscribe_port(), snd_seq_connect_from()
|
/third_party/alsa-lib/include/ |
H A D | seqmid.h | 374 int snd_seq_connect_from(snd_seq_t *seq, int my_port, int src_client, int src_port);
|
/third_party/alsa-utils/seq/aseqnet/ |
H A D | aseqnet.c | 295 if (snd_seq_connect_from(handle, seq_port, addr.client, addr.port)) { in init_seq()
|
/third_party/alsa-lib/test/ |
H A D | playmidi1.c | 564 tmp = snd_seq_connect_from(seq_handle, my_port, in main()
|
/third_party/alsa-utils/seq/aseqdump/ |
H A D | aseqdump.c | 136 err = snd_seq_connect_from(seq, 0, ports[i].client, ports[i].port); in connect_ports()
|
/third_party/alsa-utils/seq/aplaymidi/ |
H A D | arecordmidi.c | 376 err = snd_seq_connect_from(seq, i, ports[i].client, ports[i].port); in connect_ports()
|
Completed in 6 milliseconds