HomeSort by relevance Sort by last modified time
    Searched defs:snd_ctl_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 207 typedef struct _snd_ctl snd_ctl_t; typedef in typeref:struct:_snd_ctl
225 int snd_ctl_open(snd_ctl_t **ctl, const char *name, int mode);
226 int snd_ctl_open_lconf(snd_ctl_t **ctl, const char *name, int mode, snd_config_t *lconf);
227 int snd_ctl_close(snd_ctl_t *ctl);
228 int snd_ctl_nonblock(snd_ctl_t *ctl, int nonblock);
229 int snd_async_add_ctl_handler(snd_async_handler_t **handler, snd_ctl_t *ctl,
231 snd_ctl_t *snd_async_handler_get_ctl(snd_async_handler_t *handler);
232 int snd_ctl_poll_descriptors_count(snd_ctl_t *ctl);
233 int snd_ctl_poll_descriptors(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int space);
234 int snd_ctl_poll_descriptors_revents(snd_ctl_t *ctl, 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/
control.h 207 typedef struct _snd_ctl snd_ctl_t; typedef in typeref:struct:_snd_ctl
225 int snd_ctl_open(snd_ctl_t **ctl, const char *name, int mode);
226 int snd_ctl_open_lconf(snd_ctl_t **ctl, const char *name, int mode, snd_config_t *lconf);
227 int snd_ctl_open_fallback(snd_ctl_t **ctl, snd_config_t *root, const char *name, const char *orig_name, int mode);
228 int snd_ctl_close(snd_ctl_t *ctl);
229 int snd_ctl_nonblock(snd_ctl_t *ctl, int nonblock);
230 int snd_async_add_ctl_handler(snd_async_handler_t **handler, snd_ctl_t *ctl,
232 snd_ctl_t *snd_async_handler_get_ctl(snd_async_handler_t *handler);
233 int snd_ctl_poll_descriptors_count(snd_ctl_t *ctl);
234 int snd_ctl_poll_descriptors(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int space)
    [all...]

Completed in 414 milliseconds