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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 162 msg->protocol = PROTOCOL_GINGLE;
260 if (msg.protocol == PROTOCOL_GINGLE) {
299 if (!ParseCandidates(PROTOCOL_GINGLE, action_elem,
408 if (!WriteCandidates(PROTOCOL_GINGLE,
518 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_AUDIO, NS_JINGLE_RTP,
523 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_VIDEO, NS_JINGLE_RTP,
528 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_AUDIO, NS_JINGLE_RTP,
533 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_OTHER, content_type,
590 PROTOCOL_GINGLE, contents.front(), parsers, error);
601 PROTOCOL_GINGLE, contents.at(0), parsers, error)
    [all...]
constants.h 51 PROTOCOL_GINGLE,
p2ptransport.cc 147 if (protocol == PROTOCOL_GINGLE) {
session.cc 616 if (msg.protocol == PROTOCOL_GINGLE) {
617 current_protocol_ = PROTOCOL_GINGLE;
    [all...]
  /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;
453 case PROTOCOL_GINGLE:
483 case PROTOCOL_GINGLE:
515 case PROTOCOL_GINGLE:
543 case PROTOCOL_GINGLE:
565 case PROTOCOL_GINGLE:
579 case PROTOCOL_GINGLE:
594 case PROTOCOL_GINGLE:
758 if (protocol == PROTOCOL_GINGLE) {
774 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 712 if (protocol == PROTOCOL_GINGLE) {
    [all...]
mediasessionclient_unittest.cc     [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 258 initial_protocol = cricket::PROTOCOL_GINGLE;
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 737 if (protocol == PROTOCOL_GINGLE) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 393 signaling_protocol = cricket::PROTOCOL_GINGLE;

Completed in 87 milliseconds