Home
last modified time | relevance | path

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

/system/media/audio_route/
Daudio_route.c251 int path_index; in alloc_path_setting() local
270 path_index = path->length; in alloc_path_setting()
273 return path_index; in alloc_path_setting()
279 int path_index; in path_add_setting() local
294 path_index = alloc_path_setting(path); in path_add_setting()
295 if (path_index < 0) in path_add_setting()
298 path->setting[path_index].ctl_index = setting->ctl_index; in path_add_setting()
299 path->setting[path_index].type = setting->type; in path_add_setting()
300 path->setting[path_index].num_values = setting->num_values; in path_add_setting()
304 path->setting[path_index].value.ptr = calloc(setting->num_values, value_sz); in path_add_setting()
[all …]
/system/apex/apexd/
Dapex_database_test.cpp45 const size_t path_index = loop_rest % arraysize(kPath); in TEST() local
53 return std::make_tuple(loop_index, path_index, mount_index, dm_index, in TEST()