OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNDRV_SEQ_PRIORITY_HIGH
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h
224
#define
SNDRV_SEQ_PRIORITY_HIGH
(1<<4) /* event should be processed before others */
458
#define snd_seq_ev_is_prior(ev) (((ev)->flags & SNDRV_SEQ_PRIORITY_MASK) ==
SNDRV_SEQ_PRIORITY_HIGH
)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h
224
#define
SNDRV_SEQ_PRIORITY_HIGH
(1<<4) /* event should be processed before others */
458
#define snd_seq_ev_is_prior(ev) (((ev)->flags & SNDRV_SEQ_PRIORITY_MASK) ==
SNDRV_SEQ_PRIORITY_HIGH
)
[
all
...]
Completed in 388 milliseconds