Home
last modified time | relevance | path

Searched refs:SNDCTL_COPR_HALT (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dsoundcard.h729 #define SNDCTL_COPR_HALT _SIOWR('C', 7, copr_debug_buf) macro
/external/python/cpython2/Modules/
Dossaudiodev.c1042 _EXPORT_INT(m, SNDCTL_COPR_HALT); in initossaudiodev()
/external/python/cpython3/Modules/
Dossaudiodev.c1218 _EXPORT_INT(m, SNDCTL_COPR_HALT); in PyInit_ossaudiodev()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc678 unsigned IOCTL_SNDCTL_COPR_HALT = SNDCTL_COPR_HALT;
Dsanitizer_common_interceptors_ioctl.inc236 _(SNDCTL_COPR_HALT, WRITE, struct_copr_debug_buf_sz);