OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_snd_seq_type
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
seq.h
62
typedef enum
_snd_seq_type
{
enum
636
#define
_SND_SEQ_TYPE
(x) (1<<(x)) /**< master type - 24bit */
640
#define snd_seq_type_check(ev,x) (snd_seq_event_types[(ev)->type] &
_SND_SEQ_TYPE
(x))
653
(snd_seq_event_types[(ev)->type] & (
_SND_SEQ_TYPE
(SND_SEQ_EVFLG_NOTE) |
_SND_SEQ_TYPE
(SND_SEQ_EVFLG_CONTROL)))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
seq.h
62
typedef enum
_snd_seq_type
{
enum
636
#define
_SND_SEQ_TYPE
(x) (1<<(x)) /**< master type - 24bit */
640
#define snd_seq_type_check(ev,x) (snd_seq_event_types[(ev)->type] &
_SND_SEQ_TYPE
(x))
653
(snd_seq_event_types[(ev)->type] & (
_SND_SEQ_TYPE
(SND_SEQ_EVFLG_NOTE) |
_SND_SEQ_TYPE
(SND_SEQ_EVFLG_CONTROL)))
Completed in 1530 milliseconds