Home
last modified time | relevance | path

Searched refs:SNDCTL_SEQ_GETOUTCOUNT (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dsoundcard.h132 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int) macro
/external/python/cpython2/Modules/
Dossaudiodev.c1102 _EXPORT_INT(m, SNDCTL_SEQ_GETOUTCOUNT); in initossaudiodev()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc744 unsigned IOCTL_SNDCTL_SEQ_GETOUTCOUNT = SNDCTL_SEQ_GETOUTCOUNT;
Dsanitizer_common_interceptors_ioctl.inc263 _(SNDCTL_SEQ_GETOUTCOUNT, WRITE, sizeof(int));