Searched refs:_SIOWR (Results 1 – 2 of 2) sorted by relevance
/development/ndk/platforms/android-21/include/linux/ |
D | soundcard.h | 59 #ifndef _SIOWR 77 #define _SIOWR _IOWR macro 90 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro 102 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info) 104 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int) 115 #define SNDCTL_MIDI_INFO _SIOWR('Q',12, struct midi_info) 117 #define SNDCTL_SYNTH_MEMAVL _SIOWR('Q',14, int) 124 #define SNDCTL_SYNTH_ID _SIOWR('Q',20, struct synth_info) 125 #define SNDCTL_SYNTH_CONTROL _SIOWR('Q',21, struct synth_control) 126 #define SNDCTL_SYNTH_REMOVESAMPLE _SIOWR('Q',22, struct remove_sample) [all …]
|
/development/ndk/platforms/android-9/include/linux/ |
D | soundcard.h | 49 #ifndef _SIOWR 65 #define _SIOWR _IOWR macro 78 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro 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 …]
|