HomeSort by relevance Sort by last modified time
    Searched refs:PROTOCOL_GINGLE (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 156 msg->protocol = PROTOCOL_GINGLE;
242 if (msg.protocol == PROTOCOL_GINGLE) {
633 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_AUDIO, NS_JINGLE_RTP,
638 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_VIDEO, NS_JINGLE_RTP,
643 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_AUDIO, NS_JINGLE_RTP,
648 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_OTHER, content_type,
744 !IsWritable(PROTOCOL_GINGLE, contents.at(1), parsers))) {
750 PROTOCOL_GINGLE, contents.front(), parsers, error);
765 PROTOCOL_GINGLE, contents.at(0), parsers, error);
770 PROTOCOL_GINGLE, contents.at(1), parsers, error)
    [all...]
session_unittest.cc 62 using cricket::PROTOCOL_GINGLE;
440 case PROTOCOL_GINGLE:
470 case PROTOCOL_GINGLE:
502 case PROTOCOL_GINGLE:
530 case PROTOCOL_GINGLE:
552 case PROTOCOL_GINGLE:
566 case PROTOCOL_GINGLE:
581 case PROTOCOL_GINGLE:
743 if (protocol == PROTOCOL_GINGLE) {
759 std::string content_type = (protocol == PROTOCOL_GINGLE
    [all...]
constants.h 52 PROTOCOL_GINGLE,
session.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc 724 if (protocol == PROTOCOL_GINGLE) {
    [all...]
mediasessionclient_unittest.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 391 signaling_protocol = cricket::PROTOCOL_GINGLE;

Completed in 486 milliseconds