HomeSort by relevance Sort by last modified time
    Searched full:new_path_setting (Results 1 - 1 of 1) sorted by null

  /system/media/audio_route/
audio_route.c 231 struct mixer_setting *new_path_setting; local
241 new_path_setting = realloc(path->setting,
243 if (new_path_setting == NULL) {
247 path->setting = new_path_setting;

Completed in 357 milliseconds