Home
last modified time | relevance | path

Searched refs:PROTOCOL_JINGLE (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.cc178 msg->protocol = PROTOCOL_JINGLE; in ParseJingleSessionMessage()
346 if (!ParseCandidates(PROTOCOL_JINGLE, trans_elem, in ParseJingleTransportInfo()
422 if (!WriteCandidates(PROTOCOL_JINGLE, in WriteJingleTransportInfo()
559 if (!ParseContentInfo(PROTOCOL_JINGLE, content_name, content_type, in ParseJingleContentInfos()
648 PROTOCOL_JINGLE, *content, content_parsers, error); in WriteJingleContentPairs()
Dconstants.h50 PROTOCOL_JINGLE, enumerator
Dsession.cc619 current_protocol_ = PROTOCOL_JINGLE; in OnIncomingMessage()
1055 if (!WriteActionMessage(PROTOCOL_JINGLE, type, action, stanza, error)) in WriteActionMessage()
/external/chromium/third_party/libjingle/source/talk/examples/call/
Dcall_main.cc256 initial_protocol = cricket::PROTOCOL_JINGLE; in main()