Searched refs:SNDCTL_DSP_GETISPACE (Results 1 – 10 of 10) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | soundcard.h | 582 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info) macro 681 #define SOUND_PCM_GETISPACE SNDCTL_DSP_GETISPACE
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_freebsd.cpp | 351 unsigned IOCTL_SNDCTL_DSP_GETISPACE = SNDCTL_DSP_GETISPACE;
|
D | sanitizer_platform_limits_posix.cpp | 922 unsigned IOCTL_SNDCTL_DSP_GETISPACE = SNDCTL_DSP_GETISPACE;
|
D | sanitizer_common_interceptors_ioctl.inc | 445 _(SNDCTL_DSP_GETISPACE, WRITE, struct_audio_buf_info_sz);
|
D | sanitizer_platform_limits_netbsd.cpp | 2445 unsigned IOCTL_SNDCTL_DSP_GETISPACE = SNDCTL_DSP_GETISPACE;
|
D | sanitizer_interceptors_ioctl_netbsd.inc | 1377 _(SNDCTL_DSP_GETISPACE, WRITE, struct_audio_buf_info_sz);
|
/external/python/cpython2/Modules/ |
D | ossaudiodev.c | 1063 _EXPORT_INT(m, SNDCTL_DSP_GETISPACE); in initossaudiodev()
|
/external/python/cpython3/Modules/ |
D | ossaudiodev.c | 1236 _EXPORT_INT(m, SNDCTL_DSP_GETISPACE); in PyInit_ossaudiodev()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 924 unsigned IOCTL_SNDCTL_DSP_GETISPACE = SNDCTL_DSP_GETISPACE;
|
D | sanitizer_common_interceptors_ioctl.inc | 442 _(SNDCTL_DSP_GETISPACE, WRITE, struct_audio_buf_info_sz);
|