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

  /external/tinyalsa/
mixer.c 49 struct snd_ctl_elem_info *info;
56 struct snd_ctl_elem_info *elem_info;
94 struct snd_ctl_elem_info tmp;
115 mixer->elem_info = calloc(elist.count, sizeof(struct snd_ctl_elem_info));
134 struct snd_ctl_elem_info *ei = mixer->elem_info + n;
260 static int percent_to_int(struct snd_ctl_elem_info *ei, int percent)
274 static int int_to_percent(struct snd_ctl_elem_info *ei, int value)
  /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)
  /bionic/libc/kernel/uapi/sound/
asound.h 847 struct snd_ctl_elem_info { struct
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 849 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 433 milliseconds