OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_SIOWR
(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
49
#ifndef
_SIOWR
65
#define
_SIOWR
_IOWR
78
#define
_SIOWR
(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y))
89
#define SNDCTL_SYNTH_INFO
_SIOWR
('Q', 2, struct synth_info)
90
#define SNDCTL_SEQ_CTRLRATE
_SIOWR
('Q', 3, int)
99
#define SNDCTL_MIDI_INFO
_SIOWR
('Q',12, struct midi_info)
101
#define SNDCTL_SYNTH_MEMAVL
_SIOWR
('Q',14, int)
106
#define SNDCTL_SYNTH_ID
_SIOWR
('Q',20, struct synth_info)
107
#define SNDCTL_SYNTH_CONTROL
_SIOWR
('Q',21, struct synth_control)
108
#define SNDCTL_SYNTH_REMOVESAMPLE
_SIOWR
('Q',22, struct remove_sample
[
all
...]
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
soundcard.h
49
#ifndef
_SIOWR
65
#define
_SIOWR
_IOWR
78
#define
_SIOWR
(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y))
89
#define SNDCTL_SYNTH_INFO
_SIOWR
('Q', 2, struct synth_info)
90
#define SNDCTL_SEQ_CTRLRATE
_SIOWR
('Q', 3, int)
99
#define SNDCTL_MIDI_INFO
_SIOWR
('Q',12, struct midi_info)
101
#define SNDCTL_SYNTH_MEMAVL
_SIOWR
('Q',14, int)
106
#define SNDCTL_SYNTH_ID
_SIOWR
('Q',20, struct synth_info)
107
#define SNDCTL_SYNTH_CONTROL
_SIOWR
('Q',21, struct synth_control)
108
#define SNDCTL_SYNTH_REMOVESAMPLE
_SIOWR
('Q',22, struct remove_sample
[
all
...]
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
soundcard.h
49
#ifndef
_SIOWR
65
#define
_SIOWR
_IOWR
78
#define
_SIOWR
(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y))
89
#define SNDCTL_SYNTH_INFO
_SIOWR
('Q', 2, struct synth_info)
90
#define SNDCTL_SEQ_CTRLRATE
_SIOWR
('Q', 3, int)
99
#define SNDCTL_MIDI_INFO
_SIOWR
('Q',12, struct midi_info)
101
#define SNDCTL_SYNTH_MEMAVL
_SIOWR
('Q',14, int)
106
#define SNDCTL_SYNTH_ID
_SIOWR
('Q',20, struct synth_info)
107
#define SNDCTL_SYNTH_CONTROL
_SIOWR
('Q',21, struct synth_control)
108
#define SNDCTL_SYNTH_REMOVESAMPLE
_SIOWR
('Q',22, struct remove_sample
[
all
...]
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
soundcard.h
49
#ifndef
_SIOWR
65
#define
_SIOWR
_IOWR
78
#define
_SIOWR
(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y))
89
#define SNDCTL_SYNTH_INFO
_SIOWR
('Q', 2, struct synth_info)
90
#define SNDCTL_SEQ_CTRLRATE
_SIOWR
('Q', 3, int)
99
#define SNDCTL_MIDI_INFO
_SIOWR
('Q',12, struct midi_info)
101
#define SNDCTL_SYNTH_MEMAVL
_SIOWR
('Q',14, int)
106
#define SNDCTL_SYNTH_ID
_SIOWR
('Q',20, struct synth_info)
107
#define SNDCTL_SYNTH_CONTROL
_SIOWR
('Q',21, struct synth_control)
108
#define SNDCTL_SYNTH_REMOVESAMPLE
_SIOWR
('Q',22, struct remove_sample
[
all
...]
Completed in 24 milliseconds
1
2