HomeSort by relevance Sort by last modified time
    Searched defs:snd_hctl_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/
control.h 457 typedef struct _snd_hctl snd_hctl_t; typedef in typeref:struct:_snd_hctl
476 typedef int (*snd_hctl_callback_t)(snd_hctl_t *hctl,
488 int snd_hctl_open(snd_hctl_t **hctl, const char *name, int mode);
489 int snd_hctl_open_ctl(snd_hctl_t **hctlp, snd_ctl_t *ctl);
490 int snd_hctl_close(snd_hctl_t *hctl);
491 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock);
492 int snd_hctl_poll_descriptors_count(snd_hctl_t *hctl);
493 int snd_hctl_poll_descriptors(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int space);
494 int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
495 unsigned int snd_hctl_get_count(snd_hctl_t *hctl)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control.h 457 typedef struct _snd_hctl snd_hctl_t; typedef in typeref:struct:_snd_hctl
476 typedef int (*snd_hctl_callback_t)(snd_hctl_t *hctl,
488 int snd_hctl_open(snd_hctl_t **hctl, const char *name, int mode);
489 int snd_hctl_open_ctl(snd_hctl_t **hctlp, snd_ctl_t *ctl);
490 int snd_hctl_close(snd_hctl_t *hctl);
491 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock);
492 int snd_hctl_poll_descriptors_count(snd_hctl_t *hctl);
493 int snd_hctl_poll_descriptors(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int space);
494 int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
495 unsigned int snd_hctl_get_count(snd_hctl_t *hctl)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control.h 457 typedef struct _snd_hctl snd_hctl_t; typedef in typeref:struct:_snd_hctl
476 typedef int (*snd_hctl_callback_t)(snd_hctl_t *hctl,
488 int snd_hctl_open(snd_hctl_t **hctl, const char *name, int mode);
489 int snd_hctl_open_ctl(snd_hctl_t **hctlp, snd_ctl_t *ctl);
490 int snd_hctl_close(snd_hctl_t *hctl);
491 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock);
492 int snd_hctl_poll_descriptors_count(snd_hctl_t *hctl);
493 int snd_hctl_poll_descriptors(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int space);
494 int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
495 unsigned int snd_hctl_get_count(snd_hctl_t *hctl)
    [all...]

Completed in 63 milliseconds