/bionic/libc/kernel/uapi/linux/ |
soundcard.h | 75 #define _SIOR _IOR 87 #define _SIOR(x,y,t) ((int) (SIOC_OUT | ((sizeof(t) & SIOCPARM_MASK) << 16) | (x << 8) | y)) 105 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR('Q', 4, int) 106 #define SNDCTL_SEQ_GETINCOUNT _SIOR('Q', 5, int) 112 #define SNDCTL_SEQ_NRSYNTHS _SIOR('Q', 10, int) 114 #define SNDCTL_SEQ_NRMIDIS _SIOR('Q', 11, int) 122 #define SNDCTL_SEQ_GETTIME _SIOR('Q', 19, int) 401 #define SNDCTL_DSP_GETFMTS _SIOR('P', 11, int) 426 #define SNDCTL_DSP_GETOSPACE _SIOR('P', 12, audio_buf_info) 427 #define SNDCTL_DSP_GETISPACE _SIOR('P', 13, audio_buf_info [all...] |
/development/ndk/platforms/android-21/include/linux/ |
soundcard.h | 75 #define _SIOR _IOR 87 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 105 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 106 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 112 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 114 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 122 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 404 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) 429 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 430 #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/uapi/linux/ |
soundcard.h | 97 #define _SIOR _IOR 116 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) 132 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) 133 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) 138 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int) 139 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int) 146 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int) 554 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) /* Returns a mask */ 581 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info) 582 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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...] |
/prebuilts/ndk/4/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...] |
/prebuilts/ndk/4/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...] |
/prebuilts/ndk/4/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...] |
/prebuilts/ndk/4/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...] |
/prebuilts/ndk/4/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...] |
/prebuilts/ndk/4/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...] |
/prebuilts/ndk/5/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...] |
/prebuilts/ndk/6/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...] |
/prebuilts/ndk/6/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...] |
/prebuilts/ndk/7/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...] |
/prebuilts/ndk/7/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...] |
/prebuilts/ndk/7/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...] |
/prebuilts/ndk/7/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...] |
/prebuilts/ndk/7/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...] |
/prebuilts/ndk/7/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...] |
/prebuilts/ndk/7/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...] |
/prebuilts/ndk/7/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...] |
/prebuilts/ndk/7/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...] |
/prebuilts/ndk/7/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...] |