Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dsoundcard.h551 #define SNDCTL_DSP_SETFRAGMENT _SIOWR('P',10, int) macro
677 #define SOUND_PCM_SETFRAGMENT SNDCTL_DSP_SETFRAGMENT
/external/python/cpython2/Modules/
Dossaudiodev.c1084 _EXPORT_INT(m, SNDCTL_DSP_SETFRAGMENT); in initossaudiodev()
/external/python/cpython3/Modules/
Dossaudiodev.c1260 _EXPORT_INT(m, SNDCTL_DSP_SETFRAGMENT); in PyInit_ossaudiodev()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc733 unsigned IOCTL_SNDCTL_DSP_SETFRAGMENT = SNDCTL_DSP_SETFRAGMENT;
Dsanitizer_common_interceptors_ioctl.inc252 _(SNDCTL_DSP_SETFRAGMENT, WRITE, sizeof(int));