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

  /external/compiler-rt/test/msan/
ioctl_sound.cc 21 const unsigned sz = sizeof(snd_ctl_card_info);
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
alsasymboltable_linux.h 87 X(snd_ctl_card_info) \
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 94 #define snd_ctl_card_info_alloca(ptr) __snd_alloca(ptr, snd_ctl_card_info)
  /bionic/libc/kernel/uapi/sound/
asound.h 761 struct snd_ctl_card_info { struct
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 765 struct snd_ctl_card_info { struct
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 761 struct snd_ctl_card_info { struct
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 765 struct snd_ctl_card_info { struct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
control.h 236 int snd_ctl_card_info(snd_ctl_t *ctl, snd_ctl_card_info_t *info);
315 #define snd_ctl_card_info_alloca(ptr) __snd_alloca(ptr, snd_ctl_card_info)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
asound.h 688 struct snd_ctl_card_info { struct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
control.h 236 int snd_ctl_card_info(snd_ctl_t *ctl, snd_ctl_card_info_t *info);
315 #define snd_ctl_card_info_alloca(ptr) __snd_alloca(ptr, snd_ctl_card_info)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 688 struct snd_ctl_card_info { struct
    [all...]
  /external/chromium_org/media/midi/
midi_manager_alsa.cc 149 err = snd_ctl_card_info(handle, card);
151 VLOG(1) << "snd_ctl_card_info fails: " << snd_strerror(err);
  /external/tinyalsa/
mixer.c 55 struct snd_ctl_card_info card_info;

Completed in 456 milliseconds