Searched refs:source_elem (Results 1 – 1 of 1) sorted by relevance
858 const buzz::XmlElement* source_elem; in ParseSessionNotify() local859 for (source_elem = notify_elem->FirstNamed(QN_GINGLE_NOTIFY_SOURCE); in ParseSessionNotify()860 source_elem != NULL; in ParseSessionNotify()861 source_elem = source_elem->NextNamed(QN_GINGLE_NOTIFY_SOURCE)) { in ParseSessionNotify()862 std::string ssrc = source_elem->Attr(QN_GINGLE_NOTIFY_SOURCE_SSRC); in ParseSessionNotify()864 std::string mtype = source_elem->Attr(QN_GINGLE_NOTIFY_SOURCE_MTYPE); in ParseSessionNotify()