Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/config/src/
DEffectsConfig.cpp146 bool parseLibrary(const XMLElement& xmlLibrary, Libraries* libraries) { in parseLibrary() argument
147 const char* name = xmlLibrary.Attribute("name"); in parseLibrary()
148 const char* path = xmlLibrary.Attribute("path"); in parseLibrary()
150 ALOGE("library must have a name and a path: %s", dump(xmlLibrary)); in parseLibrary()
307 for (auto& xmlLibrary : getChildren(xmlLibraries, "library")) { in parseWithPath() local
308 registerFailure(parseLibrary(xmlLibrary, &config->libraries)); in parseWithPath()