Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_SETFMT (Results 1 – 8 of 8) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dsoundcard.h545 #define SNDCTL_DSP_SAMPLESIZE SNDCTL_DSP_SETFMT
555 #define SNDCTL_DSP_SETFMT _SIOWR('P',5, int) /* Selects ONE fmt*/ macro
671 #define SOUND_PCM_WRITE_BITS SNDCTL_DSP_SETFMT
679 #define SOUND_PCM_SETFMT SNDCTL_DSP_SETFMT
/external/python/cpython2/Modules/
Dossaudiodev.c315 return _do_ioctl_1(self->fd, args, "setfmt", SNDCTL_DSP_SETFMT); in oss_setfmt()
500 if (ioctl(self->fd, SNDCTL_DSP_SETFMT, &fmt) == -1) { in oss_setparameters()
543 if (ioctl(self->fd, SNDCTL_DSP_SETFMT, &fmt) < 0) in _ssize()
1083 _EXPORT_INT(m, SNDCTL_DSP_SETFMT); in initossaudiodev()
Dlinuxaudiodev.c286 if (ioctl(self->x_fd, SNDCTL_DSP_SETFMT, in lad_setparameters()
310 if (ioctl(self->x_fd, SNDCTL_DSP_SETFMT, &fmt) < 0) in _ssize()
/external/python/cpython3/Modules/
Dossaudiodev.c337 return _do_ioctl_1(self->fd, args, "setfmt", SNDCTL_DSP_SETFMT); in oss_setfmt()
577 if (ioctl(self->fd, SNDCTL_DSP_SETFMT, &fmt) == -1) { in oss_setparameters()
620 if (ioctl(self->fd, SNDCTL_DSP_SETFMT, &fmt) < 0) in _ssize()
1259 _EXPORT_INT(m, SNDCTL_DSP_SETFMT); in PyInit_ossaudiodev()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc732 unsigned IOCTL_SNDCTL_DSP_SETFMT = SNDCTL_DSP_SETFMT;
Dsanitizer_common_interceptors_ioctl.inc251 _(SNDCTL_DSP_SETFMT, WRITE, sizeof(int));
/external/python/cpython3/Doc/library/
Dossaudiodev.rst183 ``SNDCTL_DSP_SETFMT`` ioctl, and :meth:`sync` to ``SNDCTL_DSP_SYNC`` (this can
/external/python/cpython2/Doc/library/
Dossaudiodev.rst168 ``SNDCTL_DSP_SETFMT`` ioctl, and :meth:`sync` to ``SNDCTL_DSP_SYNC`` (this can