Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_SYNC (Results 1 – 13 of 13) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dsoundcard.h541 #define SNDCTL_DSP_SYNC _SIO ('P', 1) macro
675 #define SOUND_PCM_SYNC SNDCTL_DSP_SYNC
/external/python/cpython2/Modules/
Dossaudiodev.c342 return _do_ioctl_0(self->fd, args, "sync", SNDCTL_DSP_SYNC); in oss_sync()
1093 _EXPORT_INT(m, SNDCTL_DSP_SYNC); in initossaudiodev()
Dlinuxaudiodev.c399 if (ioctl(self->x_fd, SNDCTL_DSP_SYNC, NULL) == -1) { in lad_flush()
/external/python/cpython3/Modules/
Dossaudiodev.c375 return _do_ioctl_0(self->fd, args, "sync", SNDCTL_DSP_SYNC); in oss_sync()
1266 _EXPORT_INT(m, SNDCTL_DSP_SYNC); in PyInit_ossaudiodev()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_freebsd.cpp258 unsigned IOCTL_SNDCTL_DSP_SYNC = SNDCTL_DSP_SYNC;
Dsanitizer_platform_limits_posix.cpp735 unsigned IOCTL_SNDCTL_DSP_SYNC = SNDCTL_DSP_SYNC;
Dsanitizer_common_interceptors_ioctl.inc259 _(SNDCTL_DSP_SYNC, NONE, 0);
Dsanitizer_platform_limits_netbsd.cpp2429 unsigned IOCTL_SNDCTL_DSP_SYNC = SNDCTL_DSP_SYNC;
Dsanitizer_interceptors_ioctl_netbsd.inc1361 _(SNDCTL_DSP_SYNC, NONE, 0);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc737 unsigned IOCTL_SNDCTL_DSP_SYNC = SNDCTL_DSP_SYNC;
Dsanitizer_common_interceptors_ioctl.inc256 _(SNDCTL_DSP_SYNC, NONE, 0);
/external/python/cpython2/Doc/library/
Dossaudiodev.rst168 ``SNDCTL_DSP_SETFMT`` ioctl, and :meth:`sync` to ``SNDCTL_DSP_SYNC`` (this can
/external/python/cpython3/Doc/library/
Dossaudiodev.rst183 ``SNDCTL_DSP_SETFMT`` ioctl, and :meth:`sync` to ``SNDCTL_DSP_SYNC`` (this can