Searched refs:xmlApply (Results 1 – 1 of 1) sorted by relevance
236 for (auto& xmlApply : getChildren(xmlStream, "apply")) { in parseStream() local237 const char* effectName = xmlApply.get().Attribute("effect"); in parseStream()239 ALOGE("stream/apply must have reference an effect: %s", dump(xmlApply)); in parseStream()244 ALOGE("Could not find effect referenced in: %s", dump(xmlApply)); in parseStream()