Searched refs:SNDCTL_DSP_NONBLOCK (Results 1 – 6 of 6) 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 | ossaudiodev.c | 306 if (ioctl(self->fd, SNDCTL_DSP_NONBLOCK, NULL) == -1) in oss_nonblock() 1075 _EXPORT_INT(m, SNDCTL_DSP_NONBLOCK); in initossaudiodev()
|
D | linuxaudiodev.c | 127 if (imode == O_WRONLY && ioctl(fd, SNDCTL_DSP_NONBLOCK, NULL) == -1) { in newladobject()
|
/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/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);
|