/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...] |
control_external.h | 54 int SND_CTL_PLUGIN_ENTRY(plugin) (snd_ctl_t **handlep, const char *name,\ 124 snd_ctl_t *handle;
|
mixer_abst.h | 75 snd_ctl_t *ctl;
|
/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...] |
control_external.h | 54 int SND_CTL_PLUGIN_ENTRY(plugin) (snd_ctl_t **handlep, const char *name,\ 124 snd_ctl_t *handle;
|
mixer_abst.h | 75 snd_ctl_t *ctl;
|