Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_NONBLOCK (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dsoundcard.h583 #define SNDCTL_DSP_NONBLOCK _SIO ('P',14) macro
682 #define SOUND_PCM_NONBLOCK SNDCTL_DSP_NONBLOCK
/external/python/cpython2/Modules/
Dossaudiodev.c306 if (ioctl(self->fd, SNDCTL_DSP_NONBLOCK, NULL) == -1) in oss_nonblock()
1075 _EXPORT_INT(m, SNDCTL_DSP_NONBLOCK); in initossaudiodev()
Dlinuxaudiodev.c127 if (imode == O_WRONLY && ioctl(fd, SNDCTL_DSP_NONBLOCK, NULL) == -1) { in newladobject()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc729 unsigned IOCTL_SNDCTL_DSP_NONBLOCK = SNDCTL_DSP_NONBLOCK;
Dsanitizer_common_interceptors_ioctl.inc248 _(SNDCTL_DSP_NONBLOCK, NONE, 0);