Searched defs:hctl (Results 1 – 12 of 12) sorted by relevance
/third_party/alsa-lib/src/control/ |
D | hcontrol.c | 91 snd_hctl_t *hctl; in snd_hctl_open_ctl() local 111 int snd_hctl_close(snd_hctl_t *hctl) in snd_hctl_close() 130 const char *snd_hctl_name(snd_hctl_t *hctl) in snd_hctl_name() 142 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock) in snd_hctl_nonblock() 157 int snd_hctl_async(snd_hctl_t *hctl, int sig, pid_t pid) in snd_hctl_async() 168 int snd_hctl_poll_descriptors_count(snd_hctl_t *hctl) in snd_hctl_poll_descriptors_count() 181 int snd_hctl_poll_descriptors(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int space) in snd_hctl_poll_descriptors() 195 int snd_hctl_poll_descriptors_revents(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int nfds, uns… in snd_hctl_poll_descriptors_revents() 201 static int snd_hctl_throw_event(snd_hctl_t *hctl, unsigned int mask, in snd_hctl_throw_event() 320 static int _snd_hctl_find_elem(snd_hctl_t *hctl, const snd_ctl_elem_id_t *id, int *dir) in _snd_hctl_find_elem() [all …]
|
D | control_local.h | 78 snd_hctl_t *hctl; /* associated handle */ member
|
/third_party/alsa-lib/src/mixer/ |
D | mixer.c | 52 snd_hctl_t *hctl; member 167 static int hctl_event_handler(snd_hctl_t *hctl, unsigned int mask, in hctl_event_handler() 200 snd_hctl_t *hctl; in snd_mixer_attach() local 220 int snd_mixer_attach_hctl(snd_mixer_t *mixer, snd_hctl_t *hctl) in snd_mixer_attach_hctl() 274 int snd_mixer_detach_hctl(snd_mixer_t *mixer, snd_hctl_t *hctl) in snd_mixer_detach_hctl() 296 int snd_mixer_get_hctl(snd_mixer_t *mixer, const char *name, snd_hctl_t **hctl) in snd_mixer_get_hctl()
|
D | simple_abst.c | 48 snd_hctl_t *hctl; member
|
/third_party/alsa-lib/include/ |
D | mixer_abst.h | 76 snd_hctl_t *hctl; member
|
D | control.h | 734 static __inline__ int snd_hctl_abort(snd_hctl_t *hctl) { return snd_hctl_nonblock(hctl, 2); } in snd_hctl_abort()
|
/third_party/alsa-lib/modules/mixer/simple/ |
D | python.c | 55 void **hctl; member 724 snd_hctl_t *hctl; in pymixer_attach_hctl() local 908 snd_hctl_t *hctl = snd_hctl_elem_get_hctl(helem); in new_helem() local
|
/third_party/alsa-utils/alsamixer/ |
D | mixer_widget.c | 127 snd_hctl_t *hctl; in check_unplugged() local
|
D | mixer_display.c | 150 snd_hctl_t *hctl; in display_card_info() local
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-util.c | 1781 snd_hctl_t *hctl; in pa_alsa_open_mixer_by_name() local
|
D | alsa-mixer.c | 318 snd_hctl_t *hctl; member
|
/third_party/alsa-utils/amixer/ |
D | amixer.c | 1206 snd_hctl_t *hctl; in cset() local
|