OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNDRV_SEQ_EVENT_LENGTH_FIXED
(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
218
#define
SNDRV_SEQ_EVENT_LENGTH_FIXED
(0<<2) /* fixed event size */
462
#define snd_seq_ev_is_fixed(ev) (snd_seq_ev_length_type(ev) ==
SNDRV_SEQ_EVENT_LENGTH_FIXED
)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h
218
#define
SNDRV_SEQ_EVENT_LENGTH_FIXED
(0<<2) /* fixed event size */
462
#define snd_seq_ev_is_fixed(ev) (snd_seq_ev_length_type(ev) ==
SNDRV_SEQ_EVENT_LENGTH_FIXED
)
[
all
...]
Completed in 28 milliseconds