Searched refs:SNDCTL_DSP_SETFMT (Results 1 – 8 of 8) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | soundcard.h | 545 #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/ |
D | ossaudiodev.c | 315 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()
|
D | linuxaudiodev.c | 286 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/ |
D | ossaudiodev.c | 337 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() 1258 _EXPORT_INT(m, SNDCTL_DSP_SETFMT); in PyInit_ossaudiodev()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 732 unsigned IOCTL_SNDCTL_DSP_SETFMT = SNDCTL_DSP_SETFMT;
|
D | sanitizer_common_interceptors_ioctl.inc | 251 _(SNDCTL_DSP_SETFMT, WRITE, sizeof(int));
|
/external/python/cpython2/Doc/library/ |
D | ossaudiodev.rst | 168 ``SNDCTL_DSP_SETFMT`` ioctl, and :meth:`sync` to ``SNDCTL_DSP_SYNC`` (this can
|
/external/python/cpython3/Doc/library/ |
D | ossaudiodev.rst | 183 ``SNDCTL_DSP_SETFMT`` ioctl, and :meth:`sync` to ``SNDCTL_DSP_SYNC`` (this can
|