Searched refs:SNDCTL_DSP_SYNC (Results 1 – 6 of 6) sorted by relevance
/third_party/libsnd/programs/ |
D | sndfile-play.c | 410 if (ioctl (audio_device, SNDCTL_DSP_SYNC, 0) == -1) in opensoundsys_play() 459 if (ioctl (fd, SNDCTL_DSP_SYNC, 0) != 0) in opensoundsys_open_device()
|
/third_party/python/Modules/ |
D | ossaudiodev.c | 375 return _do_ioctl_0(self->fd, args, "sync", SNDCTL_DSP_SYNC); in oss_sync() 1266 _EXPORT_INT(m, SNDCTL_DSP_SYNC); in PyInit_ossaudiodev()
|
/third_party/python/Doc/library/ |
D | ossaudiodev.rst | 183 ``SNDCTL_DSP_SETFMT`` ioctl, and :meth:`sync` to ``SNDCTL_DSP_SYNC`` (this can
|
/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-soundcard.h | 967 #define SNDCTL_DSP_SYNC __SIO ('P', 1) macro
|
/third_party/pulseaudio/src/modules/oss/ |
D | module-oss.c | 525 ioctl(u->fd, SNDCTL_DSP_SYNC, NULL); in suspend()
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 2229 case SNDCTL_DSP_SYNC: in dsp_ioctl()
|