Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_freebsd.cpp262 unsigned IOCTL_SNDCTL_MIDI_PRETIME = SNDCTL_MIDI_PRETIME;
Dsanitizer_platform_limits_posix.cpp739 unsigned IOCTL_SNDCTL_MIDI_PRETIME = SNDCTL_MIDI_PRETIME;
Dsanitizer_common_interceptors_ioctl.inc263 _(SNDCTL_MIDI_PRETIME, WRITE, sizeof(int));
/external/kernel-headers/original/uapi/linux/
Dsoundcard.h532 #define SNDCTL_MIDI_PRETIME _SIOWR('m', 0, int) macro
/external/python/cpython2/Modules/
Dossaudiodev.c1099 _EXPORT_INT(m, SNDCTL_MIDI_PRETIME); in initossaudiodev()
/external/python/cpython3/Modules/
Dossaudiodev.c1272 _EXPORT_INT(m, SNDCTL_MIDI_PRETIME); in PyInit_ossaudiodev()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc741 unsigned IOCTL_SNDCTL_MIDI_PRETIME = SNDCTL_MIDI_PRETIME;
Dsanitizer_common_interceptors_ioctl.inc260 _(SNDCTL_MIDI_PRETIME, WRITE, sizeof(int));