Searched refs:contentTypeXml (Results 1 – 1 of 1) sorted by relevance
221 std::string contentTypeXml = getXmlAttribute(cur, "value"); in parseAttributes() local223 if (not AudioContentTypeConverter::fromString(contentTypeXml.c_str(), contentType)) { in parseAttributes()224 ALOGE("Invalid content type %s", contentTypeXml.c_str()); in parseAttributes()228 ALOGV("%s content type %s", __FUNCTION__, contentTypeXml.c_str()); in parseAttributes()