Home | History | Annotate | Download | only in visualizer

Lines Matching refs:ctl

306     struct mixer_ctl *ctl;
311 ctl = mixer_get_ctl_by_name(mixer, proxy_ctl_name);
312 if (ctl == NULL) {
313 ALOGW("%s: could not get %s ctl", __func__, proxy_ctl_name);
316 if (mixer_ctl_set_value(ctl, 0, value) != 0)