Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dossaudiodev.c131 if (ioctl(fd, SNDCTL_DSP_GETFMTS, &afmts) == -1) { in newossobject()
322 if (ioctl(self->fd, SNDCTL_DSP_GETFMTS, &mask) == -1) in oss_getfmts()
1061 _EXPORT_INT(m, SNDCTL_DSP_GETFMTS); in initossaudiodev()
Dlinuxaudiodev.c131 if (ioctl(fd, SNDCTL_DSP_GETFMTS, &afmts) == -1) { in newladobject()
/external/kernel-headers/original/uapi/linux/
Dsoundcard.h554 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) /* Returns a mask */ macro
678 #define SOUND_PCM_GETFMTS SNDCTL_DSP_GETFMTS
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc728 unsigned IOCTL_SNDCTL_DSP_GETFMTS = SNDCTL_DSP_GETFMTS;
Dsanitizer_common_interceptors_ioctl.inc247 _(SNDCTL_DSP_GETFMTS, WRITE, sizeof(int));