Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dsoundcard.h137 #define SNDCTL_SEQ_RESETSAMPLES _SIOW ('Q', 9, int) macro
/external/python/cpython2/Modules/
Dossaudiodev.c1112 _EXPORT_INT(m, SNDCTL_SEQ_RESETSAMPLES); in initossaudiodev()
/external/python/cpython3/Modules/
Dossaudiodev.c1288 _EXPORT_INT(m, SNDCTL_SEQ_RESETSAMPLES); in PyInit_ossaudiodev()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc751 unsigned IOCTL_SNDCTL_SEQ_RESETSAMPLES = SNDCTL_SEQ_RESETSAMPLES;
Dsanitizer_common_interceptors_ioctl.inc270 _(SNDCTL_SEQ_RESETSAMPLES, READ, sizeof(int));