Home
last modified time | relevance | path

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

/aosp12/system/media/audio_route/
H A Daudio_route.c202 struct mixer_path *new_mixer_path = NULL; in path_create() local
216 new_mixer_path = realloc(ar->mixer_path, ar->mixer_path_size * in path_create()
218 if (new_mixer_path == NULL) { in path_create()
222 ar->mixer_path = new_mixer_path; in path_create()