Home
last modified time | relevance | path

Searched refs:SNDCTL_SEQ_OUTOFBAND (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_freebsd.cpp268 unsigned IOCTL_SNDCTL_SEQ_OUTOFBAND = SNDCTL_SEQ_OUTOFBAND;
Dsanitizer_platform_limits_posix.cpp745 unsigned IOCTL_SNDCTL_SEQ_OUTOFBAND = SNDCTL_SEQ_OUTOFBAND;
Dsanitizer_common_interceptors_ioctl.inc269 _(SNDCTL_SEQ_OUTOFBAND, READ, struct_seq_event_rec_sz);
/external/kernel-headers/original/uapi/linux/
Dsoundcard.h145 #define SNDCTL_SEQ_OUTOFBAND _SIOW ('Q',18, struct seq_event_rec) macro
/external/python/cpython2/Modules/
Dossaudiodev.c1108 _EXPORT_INT(m, SNDCTL_SEQ_OUTOFBAND); in initossaudiodev()
/external/python/cpython3/Modules/
Dossaudiodev.c1281 _EXPORT_INT(m, SNDCTL_SEQ_OUTOFBAND); in PyInit_ossaudiodev()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc747 unsigned IOCTL_SNDCTL_SEQ_OUTOFBAND = SNDCTL_SEQ_OUTOFBAND;
Dsanitizer_common_interceptors_ioctl.inc266 _(SNDCTL_SEQ_OUTOFBAND, READ, struct_seq_event_rec_sz);