Home
last modified time | relevance | path

Searched refs:snd_seq_ev_is_variable (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-utils/seq/aseqnet/
Daseqnet.c609 if (snd_seq_ev_is_variable(ev)) { in copy_local_to_remote()
649 if (snd_seq_ev_is_variable(ev) && ev->data.ext.len > 0) { in copy_remote_to_local()
/third_party/alsa-lib/src/seq/
Dseq.c3877 if (snd_seq_ev_is_variable(ev)) in snd_seq_event_length()
3943 if (snd_seq_ev_is_variable(ev)) { in snd_seq_event_output_buffer()
4114 if (! snd_seq_ev_is_variable(ev)) in snd_seq_event_retrieve_buffer()
/third_party/alsa-lib/include/
Dseq.h702 #define snd_seq_ev_is_variable(ev) \ macro