Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_RESET (Results 1 – 10 of 10) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dsoundcard.h540 #define SNDCTL_DSP_RESET _SIO ('P', 0) macro
674 #define SOUND_PCM_RESET SNDCTL_DSP_RESET
/external/python/cpython2/Modules/
Dossaudiodev.c348 return _do_ioctl_0(self->fd, args, "reset", SNDCTL_DSP_RESET); in oss_reset()
1080 _EXPORT_INT(m, SNDCTL_DSP_RESET); in initossaudiodev()
/external/python/cpython3/Modules/
Dossaudiodev.c384 return _do_ioctl_0(self->fd, args, "reset", SNDCTL_DSP_RESET); in oss_reset()
1253 _EXPORT_INT(m, SNDCTL_DSP_RESET); in PyInit_ossaudiodev()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_freebsd.cpp252 unsigned IOCTL_SNDCTL_DSP_RESET = SNDCTL_DSP_RESET;
Dsanitizer_platform_limits_posix.cpp729 unsigned IOCTL_SNDCTL_DSP_RESET = SNDCTL_DSP_RESET;
Dsanitizer_common_interceptors_ioctl.inc253 _(SNDCTL_DSP_RESET, NONE, 0);
Dsanitizer_platform_limits_netbsd.cpp2428 unsigned IOCTL_SNDCTL_DSP_RESET = SNDCTL_DSP_RESET;
Dsanitizer_interceptors_ioctl_netbsd.inc1360 _(SNDCTL_DSP_RESET, NONE, 0);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc731 unsigned IOCTL_SNDCTL_DSP_RESET = SNDCTL_DSP_RESET;
Dsanitizer_common_interceptors_ioctl.inc250 _(SNDCTL_DSP_RESET, NONE, 0);