Lines Matching refs:dump
53 const char* dump(const XMLElement& element, XMLPrinter&& printer = {}) { in dump() function
139 ALOGE("library must have a name and a path: %s", dump(xmlLibrary)); in parseLibrary()
164 ALOGE("%s must have a name: %s", xmlEffect.Value(), dump(xmlEffect)); in parseEffect()
175 ALOGE("effect must have a library name and a uuid: %s", dump(xmlImpl)); in parseEffect()
182 ALOGE("Could not find library referenced in: %s", dump(xmlImpl)); in parseEffect()
188 ALOGE("Invalid uuid in: %s", dump(xmlImpl)); in parseEffect()
207 ALOGE("effectProxy must contain a <%s>: %s", tag, dump(xmlEffect)); in parseEffect()
228 ALOGE("stream must have a type: %s", dump(xmlStream)); in parseStream()
233 ALOGE("Invalid stream type %s: %s", streamType, dump(xmlStream)); in parseStream()
240 ALOGE("stream/apply must have reference an effect: %s", dump(xmlApply)); in parseStream()
245 ALOGE("Could not find effect referenced in: %s", dump(xmlApply)); in parseStream()