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

  /external/python/cpython2/Modules/
linuxaudiodev.c 399 if (ioctl(self->x_fd, SNDCTL_DSP_SYNC, NULL) == -1) {
ossaudiodev.c 342 return _do_ioctl_0(self->fd, args, "sync", SNDCTL_DSP_SYNC);
1093 _EXPORT_INT(m, SNDCTL_DSP_SYNC);
  /bionic/libc/kernel/uapi/linux/
soundcard.h 314 #define SNDCTL_DSP_SYNC _SIO('P', 1)
412 #define SOUND_PCM_SYNC SNDCTL_DSP_SYNC
  /external/kernel-headers/original/uapi/linux/
soundcard.h 541 #define SNDCTL_DSP_SYNC _SIO ('P', 1)
675 #define SOUND_PCM_SYNC SNDCTL_DSP_SYNC
    [all...]
  /external/python/cpython3/Modules/
ossaudiodev.c 379 return _do_ioctl_0(self->fd, args, "sync", SNDCTL_DSP_SYNC);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
soundcard.h 537 #define SNDCTL_DSP_SYNC _SIO ('P', 1)
671 #define SOUND_PCM_SYNC SNDCTL_DSP_SYNC
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 737 unsigned IOCTL_SNDCTL_DSP_SYNC = SNDCTL_DSP_SYNC;
    [all...]

Completed in 152 milliseconds