Searched refs:SNDCTL_DSP_NONBLOCK (Results 1 – 11 of 11) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | soundcard.h | 583 #define SNDCTL_DSP_NONBLOCK _SIO ('P',14) macro 682 #define SOUND_PCM_NONBLOCK SNDCTL_DSP_NONBLOCK
|
/external/python/cpython2/Modules/ |
D | linuxaudiodev.c | 127 if (imode == O_WRONLY && ioctl(fd, SNDCTL_DSP_NONBLOCK, NULL) == -1) { in newladobject()
|
D | ossaudiodev.c | 306 if (ioctl(self->fd, SNDCTL_DSP_NONBLOCK, NULL) == -1) in oss_nonblock() 1075 _EXPORT_INT(m, SNDCTL_DSP_NONBLOCK); in initossaudiodev()
|
/external/python/cpython3/Modules/ |
D | ossaudiodev.c | 324 if (ioctl(self->fd, SNDCTL_DSP_NONBLOCK, NULL) == -1) in oss_nonblock() 1248 _EXPORT_INT(m, SNDCTL_DSP_NONBLOCK); in PyInit_ossaudiodev()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_freebsd.cpp | 250 unsigned IOCTL_SNDCTL_DSP_NONBLOCK = SNDCTL_DSP_NONBLOCK;
|
D | sanitizer_platform_limits_posix.cpp | 727 unsigned IOCTL_SNDCTL_DSP_NONBLOCK = SNDCTL_DSP_NONBLOCK;
|
D | sanitizer_common_interceptors_ioctl.inc | 251 _(SNDCTL_DSP_NONBLOCK, NONE, 0);
|
D | sanitizer_platform_limits_netbsd.cpp | 2446 unsigned IOCTL_SNDCTL_DSP_NONBLOCK = SNDCTL_DSP_NONBLOCK;
|
D | sanitizer_interceptors_ioctl_netbsd.inc | 1378 _(SNDCTL_DSP_NONBLOCK, NONE, 0);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 729 unsigned IOCTL_SNDCTL_DSP_NONBLOCK = SNDCTL_DSP_NONBLOCK;
|
D | sanitizer_common_interceptors_ioctl.inc | 248 _(SNDCTL_DSP_NONBLOCK, NONE, 0);
|