Searched refs:path_index (Results 1 - 1 of 1) sorted by relevance

/system/media/audio_route/
H A Daudio_route.c192 int path_index; local
211 path_index = path->length;
214 return path_index;
220 int path_index; local
230 path_index = alloc_path_setting(path);
231 if (path_index < 0)
234 path->setting[path_index].ctl_index = setting->ctl_index;
235 path->setting[path_index].num_values = setting->num_values;
236 path->setting[path_index].value = malloc(setting->num_values * sizeof(int));
238 memcpy(path->setting[path_index]
248 int path_index; local
[all...]

Completed in 5 milliseconds