Home
last modified time | relevance | path

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

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