OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_SIO
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
soundcard.h
63
#define
_SIO
_IO
73
#define
_SIO
(x,y) ((int) (SIOC_VOID | (x << 8) | y))
84
#define SNDCTL_SEQ_RESET
_SIO
('Q', 0)
85
#define SNDCTL_SEQ_SYNC
_SIO
('Q', 1)
100
#define SNDCTL_SEQ_PANIC
_SIO
('Q', 17)
119
#define SNDCTL_TMR_START
_SIO
('T', 2)
120
#define SNDCTL_TMR_STOP
_SIO
('T', 3)
121
#define SNDCTL_TMR_CONTINUE
_SIO
('T', 4)
313
#define SNDCTL_DSP_RESET
_SIO
('P', 0)
314
#define SNDCTL_DSP_SYNC
_SIO
('P', 1
[
all
...]
/external/kernel-headers/original/uapi/linux/
soundcard.h
96
#define
_SIO
_IO
115
#define
_SIO
(x,y) ((int)(SIOC_VOID|(x<<8)|y))
128
#define SNDCTL_SEQ_RESET
_SIO
('Q', 0)
129
#define SNDCTL_SEQ_SYNC
_SIO
('Q', 1)
144
#define SNDCTL_SEQ_PANIC
_SIO
('Q',17)
169
#define SNDCTL_TMR_START
_SIO
('T', 2)
170
#define SNDCTL_TMR_STOP
_SIO
('T', 3)
171
#define SNDCTL_TMR_CONTINUE
_SIO
('T', 4)
540
#define SNDCTL_DSP_RESET
_SIO
('P', 0)
541
#define SNDCTL_DSP_SYNC
_SIO
('P', 1
[
all
...]
Completed in 74 milliseconds