Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp133 #define PLOGD(msg, ...) \ macro
468 PLOGD("error %s", asString((status_t)status)); in logAnyErrors()
470 PLOGD("%s", status.error().c_str()); in logAnyErrors()
527 PLOGD("malformed (%s)", ::XML_ErrorString(::XML_GetErrorCode(mParser.get()))); in parseXmlFile()
560 PLOGD("Include: attribute '%s' is null", attrs[i]); in includeXmlFile()
567 PLOGD("Include: ignoring unrecognized attribute '%s'", attrs[i]); in includeXmlFile()
574 PLOGD("Include with no 'href' attribute"); in includeXmlFile()
587 PLOGD("invalid include file name: %s", href); in includeXmlFile()
594 PLOGD("invalid include file name: %s", href); in includeXmlFile()
729 PLOGD("ignoring %s specified outside of a Type", name); in startElementHandler()
[all …]