Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dparsing.h80 std::string GetXmlAttr(const buzz::XmlElement* elem,
83 std::string GetXmlAttr(const buzz::XmlElement* elem,
87 bool GetXmlAttr(const buzz::XmlElement* elem,
89 int GetXmlAttr(const buzz::XmlElement* elem,
93 bool GetXmlAttr(const buzz::XmlElement* elem, in GetXmlAttr() function
104 bool GetXmlAttr(const buzz::XmlElement* elem, in GetXmlAttr() function
112 return GetXmlAttr(elem, name, val_out); in GetXmlAttr()
Dparsing.cc55 std::string GetXmlAttr(const buzz::XmlElement* elem, in GetXmlAttr() function
62 std::string GetXmlAttr(const buzz::XmlElement* elem, in GetXmlAttr() function
65 return GetXmlAttr(elem, name, std::string(def)); in GetXmlAttr()
68 bool GetXmlAttr(const buzz::XmlElement* elem, in GetXmlAttr() function
76 int GetXmlAttr(const buzz::XmlElement* elem, in GetXmlAttr() function
Dp2ptransport.cc208 if (!GetXmlAttr(elem, QN_PREFERENCE, 0.0f, &preference)) { in ParseCandidate()
Dsessionmessages.cc176 msg->initiator = GetXmlAttr(jingle, QN_INITIATOR, buzz::STR_EMPTY); in ParseJingleSessionMessage()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dparsing.h77 std::string GetXmlAttr(const buzz::XmlElement* elem,
80 std::string GetXmlAttr(const buzz::XmlElement* elem,
84 bool GetXmlAttr(const buzz::XmlElement* elem,
86 int GetXmlAttr(const buzz::XmlElement* elem,
Dparsing.cc55 std::string GetXmlAttr(const buzz::XmlElement* elem, in GetXmlAttr() function
62 std::string GetXmlAttr(const buzz::XmlElement* elem, in GetXmlAttr() function
65 return GetXmlAttr(elem, name, std::string(def)); in GetXmlAttr()
68 bool GetXmlAttr(const buzz::XmlElement* elem, in GetXmlAttr() function
76 int GetXmlAttr(const buzz::XmlElement* elem, in GetXmlAttr() function
Dsessionmessages.cc188 msg->initiator = GetXmlAttr(jingle, QN_INITIATOR, buzz::STR_EMPTY); in ParseJingleSessionMessage()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediasessionclient.cc253 int id = GetXmlAttr(element, QN_ID, -1); in ParseGingleAudioCodec()
257 std::string name = GetXmlAttr(element, QN_NAME, buzz::STR_EMPTY); in ParseGingleAudioCodec()
258 int clockrate = GetXmlAttr(element, QN_CLOCKRATE, 0); in ParseGingleAudioCodec()
259 int bitrate = GetXmlAttr(element, QN_BITRATE, 0); in ParseGingleAudioCodec()
260 int channels = GetXmlAttr(element, QN_CHANNELS, 1); in ParseGingleAudioCodec()
266 int id = GetXmlAttr(element, QN_ID, -1); in ParseGingleVideoCodec()
270 std::string name = GetXmlAttr(element, QN_NAME, buzz::STR_EMPTY); in ParseGingleVideoCodec()
271 int width = GetXmlAttr(element, QN_WIDTH, 0); in ParseGingleVideoCodec()
272 int height = GetXmlAttr(element, QN_HEIGHT, 0); in ParseGingleVideoCodec()
273 int framerate = GetXmlAttr(element, QN_FRAMERATE, 0); in ParseGingleVideoCodec()
[all …]
Dmediamessages.cc164 view->width = GetXmlAttr(params_elem, QN_WIDTH, 0); in ParseStaticVideoView()
165 view->height = GetXmlAttr(params_elem, QN_HEIGHT, 0); in ParseStaticVideoView()
166 view->framerate = GetXmlAttr(params_elem, QN_FRAMERATE, 0); in ParseStaticVideoView()
167 view->preference = GetXmlAttr(params_elem, QN_PREFERENCE, 0); in ParseStaticVideoView()
293 int id = GetXmlAttr(hdrext_elem, QN_ID, 0); in ParseJingleRtpHeaderExtensions()
Dmediasessionclient_unittest.cc2084 ASSERT_TRUE(cricket::GetXmlAttr( in TestGoodOutgoingInitiate()
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediasessionclient.cc444 int id = GetXmlAttr(element, QN_ID, -1); in ParseGingleAudioCodec()
448 std::string name = GetXmlAttr(element, QN_NAME, buzz::STR_EMPTY); in ParseGingleAudioCodec()
449 int clockrate = GetXmlAttr(element, QN_CLOCKRATE, 0); in ParseGingleAudioCodec()
450 int bitrate = GetXmlAttr(element, QN_BITRATE, 0); in ParseGingleAudioCodec()
451 int channels = GetXmlAttr(element, QN_CHANNELS, 1); in ParseGingleAudioCodec()
457 int id = GetXmlAttr(element, QN_ID, -1); in ParseGingleVideoCodec()
461 std::string name = GetXmlAttr(element, QN_NAME, buzz::STR_EMPTY); in ParseGingleVideoCodec()
462 int width = GetXmlAttr(element, QN_WIDTH, 0); in ParseGingleVideoCodec()
463 int height = GetXmlAttr(element, QN_HEIGHT, 0); in ParseGingleVideoCodec()
464 int framerate = GetXmlAttr(element, QN_FRAMERATE, 0); in ParseGingleVideoCodec()
[all …]