Home
last modified time | relevance | path

Searched defs:hctl (Results 1 – 12 of 12) sorted by relevance

/third_party/alsa-lib/src/control/
Dhcontrol.c91 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 …]
Dcontrol_local.h78 snd_hctl_t *hctl; /* associated handle */ member
/third_party/alsa-lib/src/mixer/
Dmixer.c52 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()
Dsimple_abst.c48 snd_hctl_t *hctl; member
/third_party/alsa-lib/include/
Dmixer_abst.h76 snd_hctl_t *hctl; member
Dcontrol.h734 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/
Dpython.c55 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/
Dmixer_widget.c127 snd_hctl_t *hctl; in check_unplugged() local
Dmixer_display.c150 snd_hctl_t *hctl; in display_card_info() local
/third_party/pulseaudio/src/modules/alsa/
Dalsa-util.c1781 snd_hctl_t *hctl; in pa_alsa_open_mixer_by_name() local
Dalsa-mixer.c318 snd_hctl_t *hctl; member
/third_party/alsa-utils/amixer/
Damixer.c1206 snd_hctl_t *hctl; in cset() local