Home
last modified time | relevance | path

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

/system/media/audio_route/
Daudio_route.c189 struct mixer_path *new_mixer_path = NULL; in path_create() local
203 new_mixer_path = realloc(ar->mixer_path, ar->mixer_path_size * in path_create()
205 if (new_mixer_path == NULL) { in path_create()
209 ar->mixer_path = new_mixer_path; in path_create()