OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_SIO
(Results
26 - 29
of
29
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
soundcard.h
62
#define
_SIO
_IO
74
#define
_SIO
(x,y) ((int)(SIOC_VOID|(x<<8)|y))
87
#define SNDCTL_SEQ_RESET
_SIO
('Q', 0)
88
#define SNDCTL_SEQ_SYNC
_SIO
('Q', 1)
103
#define SNDCTL_SEQ_PANIC
_SIO
('Q',17)
128
#define SNDCTL_TMR_START
_SIO
('T', 2)
129
#define SNDCTL_TMR_STOP
_SIO
('T', 3)
130
#define SNDCTL_TMR_CONTINUE
_SIO
('T', 4)
363
#define SNDCTL_DSP_RESET
_SIO
('P', 0)
364
#define SNDCTL_DSP_SYNC
_SIO
('P', 1
[
all
...]
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
soundcard.h
62
#define
_SIO
_IO
74
#define
_SIO
(x,y) ((int)(SIOC_VOID|(x<<8)|y))
87
#define SNDCTL_SEQ_RESET
_SIO
('Q', 0)
88
#define SNDCTL_SEQ_SYNC
_SIO
('Q', 1)
103
#define SNDCTL_SEQ_PANIC
_SIO
('Q',17)
128
#define SNDCTL_TMR_START
_SIO
('T', 2)
129
#define SNDCTL_TMR_STOP
_SIO
('T', 3)
130
#define SNDCTL_TMR_CONTINUE
_SIO
('T', 4)
363
#define SNDCTL_DSP_RESET
_SIO
('P', 0)
364
#define SNDCTL_DSP_SYNC
_SIO
('P', 1
[
all
...]
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
soundcard.h
62
#define
_SIO
_IO
74
#define
_SIO
(x,y) ((int)(SIOC_VOID|(x<<8)|y))
87
#define SNDCTL_SEQ_RESET
_SIO
('Q', 0)
88
#define SNDCTL_SEQ_SYNC
_SIO
('Q', 1)
103
#define SNDCTL_SEQ_PANIC
_SIO
('Q',17)
128
#define SNDCTL_TMR_START
_SIO
('T', 2)
129
#define SNDCTL_TMR_STOP
_SIO
('T', 3)
130
#define SNDCTL_TMR_CONTINUE
_SIO
('T', 4)
363
#define SNDCTL_DSP_RESET
_SIO
('P', 0)
364
#define SNDCTL_DSP_SYNC
_SIO
('P', 1
[
all
...]
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
soundcard.h
62
#define
_SIO
_IO
74
#define
_SIO
(x,y) ((int)(SIOC_VOID|(x<<8)|y))
87
#define SNDCTL_SEQ_RESET
_SIO
('Q', 0)
88
#define SNDCTL_SEQ_SYNC
_SIO
('Q', 1)
103
#define SNDCTL_SEQ_PANIC
_SIO
('Q',17)
128
#define SNDCTL_TMR_START
_SIO
('T', 2)
129
#define SNDCTL_TMR_STOP
_SIO
('T', 3)
130
#define SNDCTL_TMR_CONTINUE
_SIO
('T', 4)
363
#define SNDCTL_DSP_RESET
_SIO
('P', 0)
364
#define SNDCTL_DSP_SYNC
_SIO
('P', 1
[
all
...]
Completed in 108 milliseconds
1
2