HomeSort by relevance Sort by last modified time
    Searched defs:snd_pcm_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/
pcm.h 46 typedef struct _snd_pcm_info snd_pcm_info_t; typedef in typeref:struct:_snd_pcm_info
425 int snd_pcm_info(snd_pcm_t *pcm, snd_pcm_info_t *info);
489 * \brief allocate an invalid #snd_pcm_info_t using standard alloca
493 int snd_pcm_info_malloc(snd_pcm_info_t **ptr);
494 void snd_pcm_info_free(snd_pcm_info_t *obj);
495 void snd_pcm_info_copy(snd_pcm_info_t *dst, const snd_pcm_info_t *src);
496 unsigned int snd_pcm_info_get_device(const snd_pcm_info_t *obj);
497 unsigned int snd_pcm_info_get_subdevice(const snd_pcm_info_t *obj);
498 snd_pcm_stream_t snd_pcm_info_get_stream(const snd_pcm_info_t *obj)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm.h 46 typedef struct _snd_pcm_info snd_pcm_info_t; typedef in typeref:struct:_snd_pcm_info
425 int snd_pcm_info(snd_pcm_t *pcm, snd_pcm_info_t *info);
489 * \brief allocate an invalid #snd_pcm_info_t using standard alloca
493 int snd_pcm_info_malloc(snd_pcm_info_t **ptr);
494 void snd_pcm_info_free(snd_pcm_info_t *obj);
495 void snd_pcm_info_copy(snd_pcm_info_t *dst, const snd_pcm_info_t *src);
496 unsigned int snd_pcm_info_get_device(const snd_pcm_info_t *obj);
497 unsigned int snd_pcm_info_get_subdevice(const snd_pcm_info_t *obj);
498 snd_pcm_stream_t snd_pcm_info_get_stream(const snd_pcm_info_t *obj)
    [all...]

Completed in 97 milliseconds