Searched refs:SNDCTL_DSP_SYNC (Results 1 – 6 of 6) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | soundcard.h | 541 #define SNDCTL_DSP_SYNC _SIO ('P', 1) macro 675 #define SOUND_PCM_SYNC SNDCTL_DSP_SYNC
|
/external/python/cpython2/Modules/ |
D | ossaudiodev.c | 342 return _do_ioctl_0(self->fd, args, "sync", SNDCTL_DSP_SYNC); in oss_sync() 1093 _EXPORT_INT(m, SNDCTL_DSP_SYNC); in initossaudiodev()
|
D | linuxaudiodev.c | 399 if (ioctl(self->x_fd, SNDCTL_DSP_SYNC, NULL) == -1) { in lad_flush()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 737 unsigned IOCTL_SNDCTL_DSP_SYNC = SNDCTL_DSP_SYNC;
|
D | sanitizer_common_interceptors_ioctl.inc | 256 _(SNDCTL_DSP_SYNC, NONE, 0);
|
/external/python/cpython2/Doc/library/ |
D | ossaudiodev.rst | 168 ``SNDCTL_DSP_SETFMT`` ioctl, and :meth:`sync` to ``SNDCTL_DSP_SYNC`` (this can
|