Home
last modified time | relevance | path

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

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