Searched refs:xmlApply (Results 1 – 1 of 1) sorted by relevance
247 for (auto& xmlApply : getChildren(xmlStream, "apply")) { in parseStream() local248 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()