Home
last modified time | relevance | path

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

/system/media/audio_route/
Daudio_route.c42 struct mixer_state { struct
74 struct mixer_state *mixer_state; member
124 return ar->mixer_state[ctl_index].ctl; in index_to_ctl()
396 memcpy(ar->mixer_state[ctl_index].new_value.ptr, path->setting[i].value.ptr, in path_apply()
419 memcpy(ar->mixer_state[ctl_index].new_value.ptr, in path_reset()
420 ar->mixer_state[ctl_index].reset_value.ptr, in path_reset()
421 ar->mixer_state[ctl_index].num_values * value_sz); in path_reset()
526 if (ar->mixer_state[ctl_index].ctl == ctl) in start_tag()
539 if (id < ar->mixer_state[ctl_index].num_values) in start_tag()
541 ar->mixer_state[ctl_index].new_value.bytes[id] = value; in start_tag()
[all …]