Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp327 std::string contentTypeXml = getXmlAttribute(cur, "value"); in parseAttributes() local
329 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()