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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
control.h 54 typedef struct _snd_ctl_card_info snd_ctl_card_info_t; typedef in typeref:struct:_snd_ctl_card_info
236 int snd_ctl_card_info(snd_ctl_t *ctl, snd_ctl_card_info_t *info);
312 * \brief allocate an invalid #snd_ctl_card_info_t using standard alloca
316 int snd_ctl_card_info_malloc(snd_ctl_card_info_t **ptr);
317 void snd_ctl_card_info_free(snd_ctl_card_info_t *obj);
318 void snd_ctl_card_info_clear(snd_ctl_card_info_t *obj);
319 void snd_ctl_card_info_copy(snd_ctl_card_info_t *dst, const snd_ctl_card_info_t *src);
320 int snd_ctl_card_info_get_card(const snd_ctl_card_info_t *obj);
321 const char *snd_ctl_card_info_get_id(const snd_ctl_card_info_t *obj)
    [all...]
mixer_abst.h 77 snd_ctl_card_info_t *info;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
control.h 54 typedef struct _snd_ctl_card_info snd_ctl_card_info_t; typedef in typeref:struct:_snd_ctl_card_info
236 int snd_ctl_card_info(snd_ctl_t *ctl, snd_ctl_card_info_t *info);
312 * \brief allocate an invalid #snd_ctl_card_info_t using standard alloca
316 int snd_ctl_card_info_malloc(snd_ctl_card_info_t **ptr);
317 void snd_ctl_card_info_free(snd_ctl_card_info_t *obj);
318 void snd_ctl_card_info_clear(snd_ctl_card_info_t *obj);
319 void snd_ctl_card_info_copy(snd_ctl_card_info_t *dst, const snd_ctl_card_info_t *src);
320 int snd_ctl_card_info_get_card(const snd_ctl_card_info_t *obj);
321 const char *snd_ctl_card_info_get_id(const snd_ctl_card_info_t *obj)
    [all...]
mixer_abst.h 77 snd_ctl_card_info_t *info;
  /external/chromium_org/media/midi/
midi_manager_alsa.cc 135 snd_ctl_card_info_t* card;
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc 33 do { *ptr = (snd_ctl_card_info_t *) \
    [all...]

Completed in 2564 milliseconds