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

  /bionic/libc/kernel/uapi/sound/
asound.h 779 typedef int __bitwise snd_ctl_elem_type_t; typedef
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 785 typedef int __bitwise snd_ctl_elem_type_t; typedef
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 775 typedef int __bitwise snd_ctl_elem_type_t; typedef
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 777 typedef int __bitwise snd_ctl_elem_type_t; typedef
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 775 typedef int __bitwise snd_ctl_elem_type_t; typedef
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 777 typedef int __bitwise snd_ctl_elem_type_t; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 700 typedef int __bitwise snd_ctl_elem_type_t; typedef
701 #define SNDRV_CTL_ELEM_TYPE_NONE ((snd_ctl_elem_type_t) 0) /* invalid */
702 #define SNDRV_CTL_ELEM_TYPE_BOOLEAN ((snd_ctl_elem_type_t) 1) /* boolean type */
703 #define SNDRV_CTL_ELEM_TYPE_INTEGER ((snd_ctl_elem_type_t) 2) /* integer type */
704 #define SNDRV_CTL_ELEM_TYPE_ENUMERATED ((snd_ctl_elem_type_t) 3) /* enumerated type */
705 #define SNDRV_CTL_ELEM_TYPE_BYTES ((snd_ctl_elem_type_t) 4) /* byte array */
706 #define SNDRV_CTL_ELEM_TYPE_IEC958 ((snd_ctl_elem_type_t) 5) /* IEC958 (S/PDIF) setup */
707 #define SNDRV_CTL_ELEM_TYPE_INTEGER64 ((snd_ctl_elem_type_t) 6) /* 64-bit integer type */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 707 typedef int __bitwise snd_ctl_elem_type_t; typedef
708 #define SNDRV_CTL_ELEM_TYPE_NONE ((snd_ctl_elem_type_t) 0) /* invalid */
709 #define SNDRV_CTL_ELEM_TYPE_BOOLEAN ((snd_ctl_elem_type_t) 1) /* boolean type */
710 #define SNDRV_CTL_ELEM_TYPE_INTEGER ((snd_ctl_elem_type_t) 2) /* integer type */
711 #define SNDRV_CTL_ELEM_TYPE_ENUMERATED ((snd_ctl_elem_type_t) 3) /* enumerated type */
712 #define SNDRV_CTL_ELEM_TYPE_BYTES ((snd_ctl_elem_type_t) 4) /* byte array */
713 #define SNDRV_CTL_ELEM_TYPE_IEC958 ((snd_ctl_elem_type_t) 5) /* IEC958 (S/PDIF) setup */
714 #define SNDRV_CTL_ELEM_TYPE_INTEGER64 ((snd_ctl_elem_type_t) 6) /* 64-bit integer type */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
control.h 88 } snd_ctl_elem_type_t; typedef in typeref:enum:_snd_ctl_elem_type
271 const char *snd_ctl_elem_type_name(snd_ctl_elem_type_t type);
371 snd_ctl_elem_type_t snd_ctl_elem_info_get_type(const snd_ctl_elem_info_t *obj);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
control.h 88 } snd_ctl_elem_type_t; typedef in typeref:enum:_snd_ctl_elem_type
272 const char *snd_ctl_elem_type_name(snd_ctl_elem_type_t type);
379 snd_ctl_elem_type_t snd_ctl_elem_info_get_type(const snd_ctl_elem_info_t *obj);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 113 static const char *elem_type_name(snd_ctl_elem_type_t n)

Completed in 54 milliseconds