HomeSort by relevance Sort by last modified time
    Searched defs:snd_hctl_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/
control.h 483 typedef struct _snd_hctl snd_hctl_t; typedef in typeref:struct:_snd_hctl
502 typedef int (*snd_hctl_callback_t)(snd_hctl_t *hctl,
514 int snd_hctl_open(snd_hctl_t **hctl, const char *name, int mode);
515 int snd_hctl_open_ctl(snd_hctl_t **hctlp, snd_ctl_t *ctl);
516 int snd_hctl_close(snd_hctl_t *hctl);
517 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock);
518 int snd_hctl_poll_descriptors_count(snd_hctl_t *hctl);
519 int snd_hctl_poll_descriptors(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int space);
520 int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
521 unsigned int snd_hctl_get_count(snd_hctl_t *hctl)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
control.h 492 typedef struct _snd_hctl snd_hctl_t; typedef in typeref:struct:_snd_hctl
511 typedef int (*snd_hctl_callback_t)(snd_hctl_t *hctl,
523 int snd_hctl_open(snd_hctl_t **hctl, const char *name, int mode);
524 int snd_hctl_open_ctl(snd_hctl_t **hctlp, snd_ctl_t *ctl);
525 int snd_hctl_close(snd_hctl_t *hctl);
526 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock);
527 int snd_hctl_poll_descriptors_count(snd_hctl_t *hctl);
528 int snd_hctl_poll_descriptors(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int space);
529 int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
530 unsigned int snd_hctl_get_count(snd_hctl_t *hctl)
    [all...]

Completed in 111 milliseconds