Searched refs:streamTypeXml (Results 1 – 1 of 1) sorted by relevance
314 std::string streamTypeXml = getXmlAttribute(child, Attributes::streamType); in deserialize() local315 if (streamTypeXml.empty()) { in deserialize()318 ALOGV("%s: %s = %s", __FUNCTION__, Attributes::streamType, streamTypeXml.c_str()); in deserialize()319 if (not StreamTypeConverter::fromString(streamTypeXml.c_str(), streamType)) { in deserialize()320 ALOGE("Invalid stream type %s", streamTypeXml.c_str()); in deserialize()