Home
last modified time | relevance | path

Searched refs:snd_seq_unsubscribe_port (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/src/seq/
Dseqmid.c186 return snd_seq_unsubscribe_port(seq, &subs); in snd_seq_disconnect_from()
213 return snd_seq_unsubscribe_port(seq, &subs); in snd_seq_disconnect_to()
Dseq.c2721 int snd_seq_unsubscribe_port(snd_seq_t *seq, snd_seq_port_subscribe_t * sub) in snd_seq_unsubscribe_port() function
/third_party/alsa-utils/seq/aconnect/
Daconnect.c234 if (snd_seq_unsubscribe_port(seq, subs) < 0) { in remove_connection()
387 if (snd_seq_unsubscribe_port(seq, subs) < 0) { in main()
/third_party/alsa-lib/include/
Dseq.h345 int snd_seq_unsubscribe_port(snd_seq_t *handle, snd_seq_port_subscribe_t *sub);