Home
last modified time | relevance | path

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

/system/media/audio_route/
Daudio_route.c35 struct mixer_state { struct
65 struct mixer_state *mixer_state; member
95 return ar->mixer_state[ctl_index].ctl; in index_to_ctl()
315 memcpy(ar->mixer_state[ctl_index].new_value, path->setting[i].value, in path_apply()
338 memcpy(ar->mixer_state[ctl_index].new_value, in path_reset()
339 ar->mixer_state[ctl_index].reset_value, in path_reset()
340 ar->mixer_state[ctl_index].num_values * sizeof(int)); in path_reset()
425 if (ar->mixer_state[ctl_index].ctl == ctl) in start_tag()
438 if (id < ar->mixer_state[ctl_index].num_values) in start_tag()
439 ar->mixer_state[ctl_index].new_value[id] = value; in start_tag()
[all …]