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

  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 88 struct snd_ctl_elem_info *info;
97 #define snd_ctl_elem_info_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_info)
129 struct snd_ctl_elem_info *info;
alsa_mixer.c 155 struct snd_ctl_elem_info tmp;
178 mixer->info = calloc(elist.count, sizeof(struct snd_ctl_elem_info));
194 struct snd_ctl_elem_info *ei = mixer->info + n;
238 struct snd_ctl_elem_info *ei = mixer->info + n;
451 static long scale_int(struct snd_ctl_elem_info *ei, unsigned _percent)
463 static long long scale_int64(struct snd_ctl_elem_info *ei, unsigned _percent)
  /external/tinyalsa/
mixer.c 50 struct snd_ctl_elem_info *info;
57 struct snd_ctl_elem_info *elem_info;
95 struct snd_ctl_elem_info tmp;
116 mixer->elem_info = calloc(elist.count, sizeof(struct snd_ctl_elem_info));
135 struct snd_ctl_elem_info *ei = mixer->elem_info + n;
261 static int percent_to_int(struct snd_ctl_elem_info *ei, int percent)
275 static int int_to_percent(struct snd_ctl_elem_info *ei, int value)
  /bionic/libc/kernel/uapi/sound/
asound.h 874 struct snd_ctl_elem_info { struct
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 882 struct snd_ctl_elem_info { struct
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 844 struct snd_ctl_elem_info { struct
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 840 struct snd_ctl_elem_info { struct
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 850 struct snd_ctl_elem_info { struct
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h 851 struct snd_ctl_elem_info { struct
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 842 struct snd_ctl_elem_info { struct
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 839 struct snd_ctl_elem_info { struct
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 842 struct snd_ctl_elem_info { struct
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 839 struct snd_ctl_elem_info { struct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 762 struct snd_ctl_elem_info { struct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 769 struct snd_ctl_elem_info { struct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
control.h 238 int snd_ctl_elem_info(snd_ctl_t *ctl, snd_ctl_elem_info_t *info);
366 #define snd_ctl_elem_info_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_info)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
control.h 239 int snd_ctl_elem_info(snd_ctl_t *ctl, snd_ctl_elem_info_t *info);
374 #define snd_ctl_elem_info_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_info)

Completed in 5355 milliseconds