Searched defs:addTypeFromAttributes (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/xmlparser/
H A DMediaCodecsXmlParser.cpp335 mParsingStatus = addTypeFromAttributes(attrs,
607 status_t MediaCodecsXmlParser::addTypeFromAttributes(const char **attrs, bool encoder) { function in class:android::MediaCodecsXmlParser
615 ALOGE("addTypeFromAttributes: name is null");
621 ALOGE("addTypeFromAttributes: update is null");
626 ALOGE("addTypeFromAttributes: unrecognized attribute: %s", attrs[i]);
640 ALOGE("addTypeFromAttributes: re-defining existing type without update");
646 ALOGE("addTypeFromAttributes: updating non-existing type");

Completed in 75 milliseconds