Searched refs:PROTOCOL_GINGLE (Results 1 – 6 of 6) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | sessionmessages.cc | 162 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 …]
|
D | p2ptransport.cc | 147 if (protocol == PROTOCOL_GINGLE) { in GetCandidateQName()
|
D | constants.h | 51 PROTOCOL_GINGLE, enumerator
|
D | session.cc | 616 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/ |
D | mediasessionclient.cc | 737 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/ |
D | call_main.cc | 258 initial_protocol = cricket::PROTOCOL_GINGLE; in main()
|