Searched refs:PROTOCOL_GINGLE (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | sessionmessages.cc | 156 msg->protocol = PROTOCOL_GINGLE; in ParseGingleSessionMessage() 242 if (msg.protocol == PROTOCOL_GINGLE) { in WriteSessionMessage() 633 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_AUDIO, NS_JINGLE_RTP, in ParseGingleContentInfos() 638 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_VIDEO, NS_JINGLE_RTP, in ParseGingleContentInfos() 643 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_AUDIO, NS_JINGLE_RTP, in ParseGingleContentInfos() 648 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_OTHER, content_type, in ParseGingleContentInfos() 744 !IsWritable(PROTOCOL_GINGLE, contents.at(1), parsers))) { in WriteGingleContentInfos() 750 PROTOCOL_GINGLE, contents.front(), parsers, error); in WriteGingleContentInfos() 765 PROTOCOL_GINGLE, contents.at(0), parsers, error); in WriteGingleContentInfos() 770 PROTOCOL_GINGLE, contents.at(1), parsers, error); in WriteGingleContentInfos() [all …]
|
D | session_unittest.cc | 62 using cricket::PROTOCOL_GINGLE; 440 case PROTOCOL_GINGLE: in InitiateXml() 470 case PROTOCOL_GINGLE: in AcceptXml() 502 case PROTOCOL_GINGLE: in TransportInfo2Xml() 530 case PROTOCOL_GINGLE: in TransportInfo4Xml() 552 case PROTOCOL_GINGLE: in RejectXml() 566 case PROTOCOL_GINGLE: in TerminateXml() 581 case PROTOCOL_GINGLE: in RedirectXml() 743 if (protocol == PROTOCOL_GINGLE) { in ParseContent() 759 std::string content_type = (protocol == PROTOCOL_GINGLE ? in WriteContent() [all …]
|
D | constants.h | 52 PROTOCOL_GINGLE, enumerator
|
D | session.cc | 1232 if (msg.protocol == PROTOCOL_GINGLE) { in OnIncomingMessage() 1233 current_protocol_ = PROTOCOL_GINGLE; in OnIncomingMessage() 1743 if (!WriteActionMessage(PROTOCOL_GINGLE, type, action, stanza, error)) in WriteActionMessage()
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | mediasessionclient.cc | 724 if (protocol == PROTOCOL_GINGLE) { in ParseContent() 1114 if (protocol == PROTOCOL_GINGLE && in IsWritable() 1132 if (protocol == PROTOCOL_GINGLE) { in WriteContent() 1140 if (protocol == PROTOCOL_GINGLE) { in WriteContent() 1148 if (protocol == PROTOCOL_GINGLE) { in WriteContent()
|
D | mediasessionclient_unittest.cc | 2758 cricket::PROTOCOL_GINGLE); in GingleTest()
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
D | call_main.cc | 391 signaling_protocol = cricket::PROTOCOL_GINGLE; in main()
|