Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dsoundcard.h133 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int) macro
/external/python/cpython2/Modules/
Dossaudiodev.c1101 _EXPORT_INT(m, SNDCTL_SEQ_GETINCOUNT); in initossaudiodev()
/external/python/cpython3/Modules/
Dossaudiodev.c1282 _EXPORT_INT(m, SNDCTL_SEQ_GETINCOUNT); in PyInit_ossaudiodev()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc743 unsigned IOCTL_SNDCTL_SEQ_GETINCOUNT = SNDCTL_SEQ_GETINCOUNT;
Dsanitizer_common_interceptors_ioctl.inc262 _(SNDCTL_SEQ_GETINCOUNT, WRITE, sizeof(int));