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