HomeSort by relevance Sort by last modified time
    Searched refs:SNDRV_CTL_IOCTL_ELEM_WRITE (Results 1 - 20 of 20) sorted by null

  /cts/hostsidetests/security/securityPatch/CVE-2016-10231/
poc.c 26 #define SNDRV_CTL_IOCTL_ELEM_WRITE _IOWR('U', 0x13, struct snd_ctl_elem_value)
84 ioctl(fd, SNDRV_CTL_IOCTL_ELEM_WRITE, &val);
  /cts/hostsidetests/security/securityPatch/CVE-2017-7369/
poc.c 209 ret = ioctl(fd,SNDRV_CTL_IOCTL_ELEM_WRITE,&control);
  /external/tinyalsa/
mixer.c 455 return ioctl(ctl->mixer->fd, SNDRV_CTL_IOCTL_ELEM_WRITE, &ev);
524 return ioctl(ctl->mixer->fd, SNDRV_CTL_IOCTL_ELEM_WRITE, &ev);
576 ret = ioctl(ctl->mixer->fd, SNDRV_CTL_IOCTL_ELEM_WRITE, &ev);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 519 return ioctl(ctl->mixer->fd, SNDRV_CTL_IOCTL_ELEM_WRITE, &ev);
603 return ioctl(ctl->mixer->fd, SNDRV_CTL_IOCTL_ELEM_WRITE, &ev);
684 return ioctl(ctl->mixer->fd, SNDRV_CTL_IOCTL_ELEM_WRITE, &ev);
744 if (ioctl(ctl->mixer->fd, SNDRV_CTL_IOCTL_ELEM_WRITE, &ev) < 0)
  /external/strace/
ioctl_redefs1.h 1185 #ifdef SNDRV_CTL_IOCTL_ELEM_WRITE
1186 # undef SNDRV_CTL_IOCTL_ELEM_WRITE
1187 # define SNDRV_CTL_IOCTL_ELEM_WRITE 0xc2c45513
    [all...]
ioctl_redefs2.h 989 #ifdef SNDRV_CTL_IOCTL_ELEM_WRITE
990 # undef SNDRV_CTL_IOCTL_ELEM_WRITE
991 # define SNDRV_CTL_IOCTL_ELEM_WRITE 0xc2c85513
  /bionic/libc/kernel/uapi/sound/
asound.h     [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h     [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8x09/kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8x09/original-kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h     [all...]

Completed in 614 milliseconds