/bionic/libc/kernel/common/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/development/ndk/platforms/android-3/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/external/kernel-headers/original/linux/ |
soundcard.h | 99 #define _SIOR _IOR 118 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 134 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 135 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 140 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 141 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 148 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 562 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) /* Returns a mask */ 589 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 590 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
soundcard.h | 95 #define _SIOR _IOR 114 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 130 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 131 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 136 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 137 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 144 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 550 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) /* Returns a mask */ 577 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 578 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/ |
soundcard.h | 63 #define _SIOR _IOR 75 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 91 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 92 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 97 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 98 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 105 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 376 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 400 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 401 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |