/bionic/libc/kernel/uapi/linux/ |
soundcard.h | 59 #ifndef _SIOWR 77 #define _SIOWR _IOWR 90 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 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-3/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...] |
/development/ndk/platforms/android-L/include/linux/ |
soundcard.h | 59 #ifndef _SIOWR 77 #define _SIOWR _IOWR 90 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 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...] |
/external/kernel-headers/original/uapi/linux/ |
soundcard.h | 83 #ifndef _SIOWR 99 #define _SIOWR _IOWR 119 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 126 #endif /* !_SIOWR */ 130 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info) 131 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int) /* Set/get timer resolution (HZ) */ 140 #define SNDCTL_MIDI_INFO _SIOWR('Q',12, struct midi_info) 142 #define SNDCTL_SYNTH_MEMAVL _SIOWR('Q',14, int) /* in=dev#, out=memsize */ 147 #define SNDCTL_SYNTH_ID _SIOWR('Q',20, struct synth_info) 148 #define SNDCTL_SYNTH_CONTROL _SIOWR('Q',21, struct synth_control [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
soundcard.h | 81 #ifndef _SIOWR 97 #define _SIOWR _IOWR 117 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 124 #endif /* !_SIOWR */ 128 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info) 129 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int) /* Set/get timer resolution (HZ) */ 138 #define SNDCTL_MIDI_INFO _SIOWR('Q',12, struct midi_info) 140 #define SNDCTL_SYNTH_MEMAVL _SIOWR('Q',14, int) /* in=dev#, out=memsize */ 145 #define SNDCTL_SYNTH_ID _SIOWR('Q',20, struct synth_info) 146 #define SNDCTL_SYNTH_CONTROL _SIOWR('Q',21, struct synth_control [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
soundcard.h | 81 #ifndef _SIOWR 97 #define _SIOWR _IOWR 117 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 124 #endif /* !_SIOWR */ 128 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info) 129 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int) /* Set/get timer resolution (HZ) */ 138 #define SNDCTL_MIDI_INFO _SIOWR('Q',12, struct midi_info) 140 #define SNDCTL_SYNTH_MEMAVL _SIOWR('Q',14, int) /* in=dev#, out=memsize */ 145 #define SNDCTL_SYNTH_ID _SIOWR('Q',20, struct synth_info) 146 #define SNDCTL_SYNTH_CONTROL _SIOWR('Q',21, struct synth_control [all...] |
/prebuilts/ndk/4/platforms/android-3/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/4/platforms/android-4/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/4/platforms/android-5/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/4/platforms/android-5/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/4/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/4/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/5/platforms/android-3/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/6/platforms/android-3/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/6/platforms/android-3/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/7/platforms/android-14/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/7/platforms/android-14/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/7/platforms/android-3/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/7/platforms/android-3/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/7/platforms/android-4/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/7/platforms/android-4/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/7/platforms/android-5/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/7/platforms/android-5/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/7/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/7/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...] |