Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_GETISPACE (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dsoundcard.h582 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info) macro
681 #define SOUND_PCM_GETISPACE SNDCTL_DSP_GETISPACE
/external/python/cpython2/Modules/
Dossaudiodev.c1063 _EXPORT_INT(m, SNDCTL_DSP_GETISPACE); in initossaudiodev()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc924 unsigned IOCTL_SNDCTL_DSP_GETISPACE = SNDCTL_DSP_GETISPACE;
Dsanitizer_common_interceptors_ioctl.inc442 _(SNDCTL_DSP_GETISPACE, WRITE, struct_audio_buf_info_sz);