HomeSort by relevance Sort by last modified time
    Searched defs:snd_ctl_card_info_t (Results 1 - 2 of 2) 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...]
  /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...]

Completed in 114 milliseconds