HomeSort by relevance Sort by last modified time
    Searched refs:snd_seq_ev_timemode_type (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 472 #define snd_seq_ev_timemode_type(ev) ((ev)->flags & SNDRV_SEQ_TIME_MODE_MASK) macro
473 #define snd_seq_ev_is_abstime(ev) (snd_seq_ev_timemode_type(ev) == SNDRV_SEQ_TIME_MODE_ABS)
474 #define snd_seq_ev_is_reltime(ev) (snd_seq_ev_timemode_type(ev) == SNDRV_SEQ_TIME_MODE_REL)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 472 #define snd_seq_ev_timemode_type(ev) ((ev)->flags & SNDRV_SEQ_TIME_MODE_MASK) macro
473 #define snd_seq_ev_is_abstime(ev) (snd_seq_ev_timemode_type(ev) == SNDRV_SEQ_TIME_MODE_ABS)
474 #define snd_seq_ev_is_reltime(ev) (snd_seq_ev_timemode_type(ev) == SNDRV_SEQ_TIME_MODE_REL)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq.h 720 #define snd_seq_ev_timemode_type(ev) \ macro
724 (snd_seq_ev_timemode_type(ev) == SND_SEQ_TIME_MODE_ABS)
727 (snd_seq_ev_timemode_type(ev) == SND_SEQ_TIME_MODE_REL)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq.h 720 #define snd_seq_ev_timemode_type(ev) \ macro
724 (snd_seq_ev_timemode_type(ev) == SND_SEQ_TIME_MODE_ABS)
727 (snd_seq_ev_timemode_type(ev) == SND_SEQ_TIME_MODE_REL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq.h 720 #define snd_seq_ev_timemode_type(ev) \ macro
724 (snd_seq_ev_timemode_type(ev) == SND_SEQ_TIME_MODE_ABS)
727 (snd_seq_ev_timemode_type(ev) == SND_SEQ_TIME_MODE_REL)

Completed in 126 milliseconds