Home
last modified time | relevance | path

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

/system/media/audio_route/
Daudio_route.c238 int path_index; in alloc_path_setting() local
257 path_index = path->length; in alloc_path_setting()
260 return path_index; in alloc_path_setting()
266 int path_index; in path_add_setting() local
281 path_index = alloc_path_setting(path); in path_add_setting()
282 if (path_index < 0) in path_add_setting()
285 path->setting[path_index].ctl_index = setting->ctl_index; in path_add_setting()
286 path->setting[path_index].type = setting->type; in path_add_setting()
287 path->setting[path_index].num_values = setting->num_values; in path_add_setting()
291 path->setting[path_index].value.ptr = calloc(setting->num_values, value_sz); in path_add_setting()
[all …]
/system/apex/apexd/
Dapex_database_test.cpp42 const size_t path_index = loop_rest % arraysize(kPath); in TEST() local
49 return std::make_tuple(loop_index, path_index, mount_index, dm_index); in TEST()