/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
pcm.h | 46 typedef struct _snd_pcm_info snd_pcm_info_t; typedef in typeref:struct:_snd_pcm_info 413 int snd_pcm_info(snd_pcm_t *pcm, snd_pcm_info_t *info); 470 * \brief allocate an invalid #snd_pcm_info_t using standard alloca 473 #define snd_pcm_info_alloca(ptr) do { assert(ptr); *ptr = (snd_pcm_info_t *) alloca(snd_pcm_info_sizeof()); memset(*ptr, 0, snd_pcm_info_sizeof()); } while (0) 474 int snd_pcm_info_malloc(snd_pcm_info_t **ptr); 475 void snd_pcm_info_free(snd_pcm_info_t *obj); 476 void snd_pcm_info_copy(snd_pcm_info_t *dst, const snd_pcm_info_t *src); 477 unsigned int snd_pcm_info_get_device(const snd_pcm_info_t *obj); 478 unsigned int snd_pcm_info_get_subdevice(const snd_pcm_info_t *obj) [all...] |
control.h | 248 int snd_ctl_pcm_info(snd_ctl_t *ctl, snd_pcm_info_t * info);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm.h | 46 typedef struct _snd_pcm_info snd_pcm_info_t; typedef in typeref:struct:_snd_pcm_info 413 int snd_pcm_info(snd_pcm_t *pcm, snd_pcm_info_t *info); 470 * \brief allocate an invalid #snd_pcm_info_t using standard alloca 473 #define snd_pcm_info_alloca(ptr) do { assert(ptr); *ptr = (snd_pcm_info_t *) alloca(snd_pcm_info_sizeof()); memset(*ptr, 0, snd_pcm_info_sizeof()); } while (0) 474 int snd_pcm_info_malloc(snd_pcm_info_t **ptr); 475 void snd_pcm_info_free(snd_pcm_info_t *obj); 476 void snd_pcm_info_copy(snd_pcm_info_t *dst, const snd_pcm_info_t *src); 477 unsigned int snd_pcm_info_get_device(const snd_pcm_info_t *obj); 478 unsigned int snd_pcm_info_get_subdevice(const snd_pcm_info_t *obj) [all...] |
control.h | 248 int snd_ctl_pcm_info(snd_ctl_t *ctl, snd_pcm_info_t * info);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm.h | 46 typedef struct _snd_pcm_info snd_pcm_info_t; typedef in typeref:struct:_snd_pcm_info 413 int snd_pcm_info(snd_pcm_t *pcm, snd_pcm_info_t *info); 470 * \brief allocate an invalid #snd_pcm_info_t using standard alloca 473 #define snd_pcm_info_alloca(ptr) do { assert(ptr); *ptr = (snd_pcm_info_t *) alloca(snd_pcm_info_sizeof()); memset(*ptr, 0, snd_pcm_info_sizeof()); } while (0) 474 int snd_pcm_info_malloc(snd_pcm_info_t **ptr); 475 void snd_pcm_info_free(snd_pcm_info_t *obj); 476 void snd_pcm_info_copy(snd_pcm_info_t *dst, const snd_pcm_info_t *src); 477 unsigned int snd_pcm_info_get_device(const snd_pcm_info_t *obj); 478 unsigned int snd_pcm_info_get_subdevice(const snd_pcm_info_t *obj) [all...] |
control.h | 248 int snd_ctl_pcm_info(snd_ctl_t *ctl, snd_pcm_info_t * info);
|