Searched refs:myport (Results 1 - 1 of 1) sorted by relevance
/third_party/alsa-lib/src/seq/ |
H A D | seqmid.c | 109 * \param myport the port id as receiver 119 int snd_seq_connect_from(snd_seq_t *seq, int myport, int src_client, int src_port) in snd_seq_connect_from() argument 128 subs.dest.port = myport; in snd_seq_connect_from() 136 * \param myport the port id as sender 146 int snd_seq_connect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port) in snd_seq_connect_to() argument 153 subs.sender.port = myport; in snd_seq_connect_to() 163 * \param myport the port id as receiver 173 int snd_seq_disconnect_from(snd_seq_t *seq, int myport, int src_client, int src_port) in snd_seq_disconnect_from() argument 182 subs.dest.port = myport; in snd_seq_disconnect_from() 190 * \param myport th 200 snd_seq_disconnect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port) snd_seq_disconnect_to() argument [all...] |
Completed in 2 milliseconds