HomeSort by relevance Sort by last modified time
    Searched defs:snd_pcm_t (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm.h 300 typedef struct _snd_pcm snd_pcm_t; typedef in typeref:struct:_snd_pcm
396 int snd_pcm_open(snd_pcm_t **pcm, const char *name,
398 int snd_pcm_open_lconf(snd_pcm_t **pcm, const char *name,
402 int snd_pcm_close(snd_pcm_t *pcm);
403 const char *snd_pcm_name(snd_pcm_t *pcm);
404 snd_pcm_type_t snd_pcm_type(snd_pcm_t *pcm);
405 snd_pcm_stream_t snd_pcm_stream(snd_pcm_t *pcm);
406 int snd_pcm_poll_descriptors_count(snd_pcm_t *pcm);
407 int snd_pcm_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space);
408 int snd_pcm_poll_descriptors_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h 300 typedef struct _snd_pcm snd_pcm_t; typedef in typeref:struct:_snd_pcm
396 int snd_pcm_open(snd_pcm_t **pcm, const char *name,
398 int snd_pcm_open_lconf(snd_pcm_t **pcm, const char *name,
402 int snd_pcm_close(snd_pcm_t *pcm);
403 const char *snd_pcm_name(snd_pcm_t *pcm);
404 snd_pcm_type_t snd_pcm_type(snd_pcm_t *pcm);
405 snd_pcm_stream_t snd_pcm_stream(snd_pcm_t *pcm);
406 int snd_pcm_poll_descriptors_count(snd_pcm_t *pcm);
407 int snd_pcm_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space);
408 int snd_pcm_poll_descriptors_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h 300 typedef struct _snd_pcm snd_pcm_t; typedef in typeref:struct:_snd_pcm
396 int snd_pcm_open(snd_pcm_t **pcm, const char *name,
398 int snd_pcm_open_lconf(snd_pcm_t **pcm, const char *name,
402 int snd_pcm_close(snd_pcm_t *pcm);
403 const char *snd_pcm_name(snd_pcm_t *pcm);
404 snd_pcm_type_t snd_pcm_type(snd_pcm_t *pcm);
405 snd_pcm_stream_t snd_pcm_stream(snd_pcm_t *pcm);
406 int snd_pcm_poll_descriptors_count(snd_pcm_t *pcm);
407 int snd_pcm_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space);
408 int snd_pcm_poll_descriptors_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents)
    [all...]

Completed in 317 milliseconds