Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/config/src/
DEffectsConfig.cpp256 for (auto& xmlApply : getChildren(xmlStream, "apply")) { in parseStream() local
257 const char* effectName = xmlApply.get().Attribute("effect"); in parseStream()
259 ALOGE("<stream|device>/apply must have reference an effect: %s", dump(xmlApply)); in parseStream()
264 ALOGE("Could not find effect referenced in: %s", dump(xmlApply)); in parseStream()