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/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc661 unsigned IOCTL_SNDCTL_SEQ_GETOUTCOUNT = SNDCTL_SEQ_GETOUTCOUNT;
Dsanitizer_common_interceptors_ioctl.inc260 _(SNDCTL_SEQ_GETOUTCOUNT, WRITE, sizeof(int));
/external/strace/linux/
Dioctlent.h.in622 {"linux/soundcard.h", "SNDCTL_SEQ_GETOUTCOUNT", 0x5104},