Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dsoundcard.h723 #define SNDCTL_COPR_LOAD _SIOWR('C', 1, copr_buffer) macro
/external/python/cpython2/Modules/
Dossaudiodev.c1043 _EXPORT_INT(m, SNDCTL_COPR_LOAD); in initossaudiodev()
/external/python/cpython3/Modules/
Dossaudiodev.c1219 _EXPORT_INT(m, SNDCTL_COPR_LOAD); in PyInit_ossaudiodev()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc679 unsigned IOCTL_SNDCTL_COPR_LOAD = SNDCTL_COPR_LOAD;
Dsanitizer_common_interceptors_ioctl.inc237 _(SNDCTL_COPR_LOAD, READ, struct_copr_buffer_sz);