HomeSort by relevance Sort by last modified time
    Searched refs:SNDCTL_DSP_GETFMTS (Results 1 - 7 of 7) sorted by null

  /external/python/cpython2/Modules/
ossaudiodev.c 131 if (ioctl(fd, SNDCTL_DSP_GETFMTS, &afmts) == -1) {
322 if (ioctl(self->fd, SNDCTL_DSP_GETFMTS, &mask) == -1)
1061 _EXPORT_INT(m, SNDCTL_DSP_GETFMTS);
linuxaudiodev.c 131 if (ioctl(fd, SNDCTL_DSP_GETFMTS, &afmts) == -1) {
  /external/python/cpython3/Modules/
ossaudiodev.c 135 if (ioctl(fd, SNDCTL_DSP_GETFMTS, &afmts) == -1) {
350 if (ioctl(self->fd, SNDCTL_DSP_GETFMTS, &mask) == -1)
    [all...]
  /bionic/libc/kernel/uapi/linux/
soundcard.h 325 #define SNDCTL_DSP_GETFMTS _SIOR('P', 11, int)
415 #define SOUND_PCM_GETFMTS SNDCTL_DSP_GETFMTS
  /external/kernel-headers/original/uapi/linux/
soundcard.h 554 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) /* Returns a mask */
678 #define SOUND_PCM_GETFMTS SNDCTL_DSP_GETFMTS
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
soundcard.h 550 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) /* Returns a mask */
674 #define SOUND_PCM_GETFMTS SNDCTL_DSP_GETFMTS
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 728 unsigned IOCTL_SNDCTL_DSP_GETFMTS = SNDCTL_DSP_GETFMTS;
    [all...]

Completed in 249 milliseconds