Searched defs:xml_path (Results 1 - 1 of 1) sorted by last modified time

/system/media/audio_route/
H A Daudio_route.c836 struct audio_route *audio_route_init(unsigned int card, const char *xml_path) argument
864 if (xml_path == NULL)
865 xml_path = MIXER_XML_PATH;
867 file = fopen(xml_path, "r");
870 ALOGE("Failed to open %s", xml_path);

Completed in 239 milliseconds