HomeSort by relevance Sort by last modified time
    Searched full:mixer_string (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/audio/post_proc/
effect_api.c 61 char mixer_string[128]; local
63 snprintf(mixer_string, sizeof(mixer_string),
65 ALOGV("%s: mixer_string: %s", __func__, mixer_string);
72 ctl = mixer_get_ctl_by_name(mixer, mixer_string);
bundle.c 186 char mixer_string[128]; local
207 snprintf(mixer_string, sizeof(mixer_string),
217 out_ctxt->ctl = mixer_get_ctl_by_name(out_ctxt->mixer, mixer_string);

Completed in 602 milliseconds