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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm.h 312 typedef struct _snd_pcm snd_pcm_t; typedef in typeref:struct:_snd_pcm
408 int snd_pcm_open(snd_pcm_t **pcm, const char *name,
410 int snd_pcm_open_lconf(snd_pcm_t **pcm, const char *name,
414 int snd_pcm_close(snd_pcm_t *pcm);
415 const char *snd_pcm_name(snd_pcm_t *pcm);
416 snd_pcm_type_t snd_pcm_type(snd_pcm_t *pcm);
417 snd_pcm_stream_t snd_pcm_stream(snd_pcm_t *pcm);
418 int snd_pcm_poll_descriptors_count(snd_pcm_t *pcm);
419 int snd_pcm_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space);
420 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.15-4.8/sysroot/usr/include/alsa/
pcm.h 327 typedef struct _snd_pcm snd_pcm_t; typedef in typeref:struct:_snd_pcm
423 int snd_pcm_open(snd_pcm_t **pcm, const char *name,
425 int snd_pcm_open_lconf(snd_pcm_t **pcm, const char *name,
428 int snd_pcm_open_fallback(snd_pcm_t **pcm, snd_config_t *root,
432 int snd_pcm_close(snd_pcm_t *pcm);
433 const char *snd_pcm_name(snd_pcm_t *pcm);
434 snd_pcm_type_t snd_pcm_type(snd_pcm_t *pcm);
435 snd_pcm_stream_t snd_pcm_stream(snd_pcm_t *pcm);
436 int snd_pcm_poll_descriptors_count(snd_pcm_t *pcm);
437 int snd_pcm_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space)
    [all...]

Completed in 204 milliseconds