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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessiondescription.h 99 CA_OFFER, CA_ANSWER, CA_UPDATE
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel_unittest.cc 186 if (action == cricket::CA_OFFER) {
188 local_desc, cricket::CA_OFFER));
193 remote_desc, cricket::CA_OFFER));
468 client1_.Negotiate(&client2_, cricket::CA_OFFER,
480 client1_.Negotiate(&client2_, cricket::CA_OFFER,
492 client1_.Negotiate(&client2_, cricket::CA_OFFER,
497 client2_.Negotiate(&client1_, cricket::CA_OFFER,
transport_unittest.cc 150 cricket::CA_OFFER));
181 cricket::CA_OFFER));
198 cricket::CA_OFFER));
dtlstransport.h 145 if (local_role == CA_OFFER) {
sessiondescription.h 191 CA_OFFER, CA_PRANSWER, CA_ANSWER, CA_UPDATE
transport.cc 279 SetLocalTransportDescription_w(desc, CA_OFFER);
641 ret = NegotiateTransportDescription_w(CA_OFFER);
671 if (local_role == CA_OFFER) {
session.cc 825 *action = CA_OFFER;
838 *action = CA_OFFER;
928 PushdownTransportDescription(CS_LOCAL, CA_OFFER);
    [all...]
session_unittest.cc 904 last_content_action = cricket::CA_OFFER;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 55 using cricket::CA_OFFER;
321 bool result = channel1_->SetLocalContent(&local_media_content1_, CA_OFFER);
324 result = channel2_->SetRemoteContent(&remote_media_content1_, CA_OFFER);
340 bool result = channel1_->SetLocalContent(&local_media_content1_, CA_OFFER);
343 result = channel2_->SetRemoteContent(&remote_media_content1_, CA_OFFER);
594 EXPECT_TRUE(channel1_->SetLocalContent(&content, CA_OFFER));
607 EXPECT_TRUE(channel1_->SetLocalContent(&content, CA_OFFER));
626 EXPECT_TRUE(channel1_->SetLocalContent(&content, CA_OFFER));
630 EXPECT_TRUE(channel2_->SetLocalContent(&content, CA_OFFER));
645 EXPECT_TRUE(channel1_->SetLocalContent(&content, CA_OFFER));
    [all...]
channel.cc     [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 391 if (content && !SetLocalContent(content, CA_OFFER)) {
392 LOG(LS_ERROR) << "Failure in SetLocalContent with CA_OFFER";
405 if (content && !SetRemoteContent(content, CA_OFFER)) {
406 LOG(LS_ERROR) << "Failure in SetRemoteContent with CA_OFFER";
497 if (action == CA_OFFER) {
511 if (action == CA_OFFER) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 718 if (!PushdownTransportDescription(source, cricket::CA_OFFER)) {
    [all...]

Completed in 835 milliseconds