Home
last modified time | relevance | path

Searched refs:element_unlock (Results 1 – 8 of 8) sorted by relevance

/third_party/alsa-lib/include/
Daserver.h131 snd_ctl_elem_id_t element_unlock; member
/third_party/alsa-lib/src/control/
Dcontrol_shm.c236 ctrl->u.element_unlock = *id; in snd_ctl_shm_elem_unlock()
241 *id = ctrl->u.element_unlock; in snd_ctl_shm_elem_unlock()
399 .element_unlock = snd_ctl_shm_elem_unlock,
Dcontrol_local.h39 int (*element_unlock)(snd_ctl_t *handle, snd_ctl_elem_id_t *unlock); member
Dcontrol_hw.c369 .element_unlock = snd_ctl_hw_elem_unlock,
Dcontrol_ext.c480 .element_unlock = snd_ctl_ext_elem_unlock,
Dcontrol_remap.c891 .element_unlock = snd_ctl_remap_elem_unlock,
Dcontrol.c1170 return ctl->ops->element_unlock(ctl, id); in snd_ctl_elem_unlock()
/third_party/alsa-lib/aserver/
Daserver.c670 ctrl->result = snd_ctl_elem_unlock(ctl, &ctrl->u.element_unlock); in ctl_shm_cmd()