Home
last modified time | relevance | path

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

/system/media/audio_route/
Daudio_route.c237 struct mixer_setting *new_path_setting; in alloc_path_setting() local
247 new_path_setting = realloc(path->setting, in alloc_path_setting()
249 if (new_path_setting == NULL) { in alloc_path_setting()
253 path->setting = new_path_setting; in alloc_path_setting()