Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.cc162 msg->protocol = PROTOCOL_GINGLE; in ParseGingleSessionMessage()
260 if (msg.protocol == PROTOCOL_GINGLE) { in WriteSessionMessage()
299 if (!ParseCandidates(PROTOCOL_GINGLE, action_elem, in ParseGingleTransportInfos()
408 if (!WriteCandidates(PROTOCOL_GINGLE, in WriteGingleTransportInfos()
518 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_AUDIO, NS_JINGLE_RTP, in ParseGingleContentInfos()
523 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_VIDEO, NS_JINGLE_RTP, in ParseGingleContentInfos()
528 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_AUDIO, NS_JINGLE_RTP, in ParseGingleContentInfos()
533 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_OTHER, content_type, in ParseGingleContentInfos()
590 PROTOCOL_GINGLE, contents.front(), parsers, error); in WriteGingleContentInfos()
601 PROTOCOL_GINGLE, contents.at(0), parsers, error); in WriteGingleContentInfos()
[all …]
Dp2ptransport.cc147 if (protocol == PROTOCOL_GINGLE) { in GetCandidateQName()
Dconstants.h51 PROTOCOL_GINGLE, enumerator
Dsession.cc616 if (msg.protocol == PROTOCOL_GINGLE) { in OnIncomingMessage()
617 current_protocol_ = PROTOCOL_GINGLE; in OnIncomingMessage()
1057 if (!WriteActionMessage(PROTOCOL_GINGLE, type, action, stanza, error)) in WriteActionMessage()
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediasessionclient.cc737 if (protocol == PROTOCOL_GINGLE) { in ParseContent()
1000 if (protocol == PROTOCOL_GINGLE) { in WriteContent()
1008 if (protocol == PROTOCOL_GINGLE) { in WriteContent()
/external/chromium/third_party/libjingle/source/talk/examples/call/
Dcall_main.cc258 initial_protocol = cricket::PROTOCOL_GINGLE; in main()