OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_SIOR
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
soundcard.h
64
#define
_SIOR
_IOR
74
#define
_SIOR
(x,y,t) ((int) (SIOC_OUT | ((sizeof(t) & SIOCPARM_MASK) << 16) | (x << 8) | y))
88
#define SNDCTL_SEQ_GETOUTCOUNT
_SIOR
('Q', 4, int)
89
#define SNDCTL_SEQ_GETINCOUNT
_SIOR
('Q', 5, int)
94
#define SNDCTL_SEQ_NRSYNTHS
_SIOR
('Q', 10, int)
95
#define SNDCTL_SEQ_NRMIDIS
_SIOR
('Q', 11, int)
102
#define SNDCTL_SEQ_GETTIME
_SIOR
('Q', 19, int)
325
#define SNDCTL_DSP_GETFMTS
_SIOR
('P', 11, int)
345
#define SNDCTL_DSP_GETOSPACE
_SIOR
('P', 12, audio_buf_info)
346
#define SNDCTL_DSP_GETISPACE
_SIOR
('P', 13, audio_buf_info
[
all
...]
/external/kernel-headers/original/uapi/linux/
soundcard.h
97
#define
_SIOR
_IOR
116
#define
_SIOR
(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y))
132
#define SNDCTL_SEQ_GETOUTCOUNT
_SIOR
('Q', 4, int)
133
#define SNDCTL_SEQ_GETINCOUNT
_SIOR
('Q', 5, int)
138
#define SNDCTL_SEQ_NRSYNTHS
_SIOR
('Q',10, int)
139
#define SNDCTL_SEQ_NRMIDIS
_SIOR
('Q',11, int)
146
#define SNDCTL_SEQ_GETTIME
_SIOR
('Q',19, int)
554
#define SNDCTL_DSP_GETFMTS
_SIOR
('P',11, int) /* Returns a mask */
581
#define SNDCTL_DSP_GETOSPACE
_SIOR
('P',12, audio_buf_info)
582
#define SNDCTL_DSP_GETISPACE
_SIOR
('P',13, audio_buf_info
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
soundcard.h
95
#define
_SIOR
_IOR
114
#define
_SIOR
(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y))
130
#define SNDCTL_SEQ_GETOUTCOUNT
_SIOR
('Q', 4, int)
131
#define SNDCTL_SEQ_GETINCOUNT
_SIOR
('Q', 5, int)
136
#define SNDCTL_SEQ_NRSYNTHS
_SIOR
('Q',10, int)
137
#define SNDCTL_SEQ_NRMIDIS
_SIOR
('Q',11, int)
144
#define SNDCTL_SEQ_GETTIME
_SIOR
('Q',19, int)
550
#define SNDCTL_DSP_GETFMTS
_SIOR
('P',11, int) /* Returns a mask */
577
#define SNDCTL_DSP_GETOSPACE
_SIOR
('P',12, audio_buf_info)
578
#define SNDCTL_DSP_GETISPACE
_SIOR
('P',13, audio_buf_info
[
all
...]
Completed in 127 milliseconds