Searched refs:ctl_values_alloc (Results 1 – 1 of 1) sorted by relevance
| /system/media/audio_route/ |
| D | audio_route.c | 135 static int ctl_values_alloc(struct ctl_values *value, unsigned int num_values, in ctl_values_alloc() function 363 rc = ctl_values_alloc(&path->setting[path_index].value, setting->num_values, setting->type); in path_add_setting() 410 rc = ctl_values_alloc(&path->setting[path_index].value, num_values, type); in path_add_value() 858 ctl_values_alloc(&ar->mixer_state[i].old_value, num_values, type); in alloc_mixer_state() 859 ctl_values_alloc(&ar->mixer_state[i].new_value, num_values, type); in alloc_mixer_state() 860 ctl_values_alloc(&ar->mixer_state[i].reset_value, num_values, type); in alloc_mixer_state()
|