Home | History | Annotate | Download | only in webrtc

Lines Matching refs:CreateOffer

607     SessionDescriptionInterface* offer = CreateOffer();
614 SessionDescriptionInterface* CreateOffer() {
619 return CreateOffer(options);
622 SessionDescriptionInterface* CreateOffer(
628 session_->CreateOffer(observer, options, session_options);
772 SessionDescriptionInterface* offer = CreateOffer();
991 if (!offer->Initialize(desc_factory_->CreateOffer(options, cricket_desc),
1094 SessionDescriptionInterface* offer = CreateOffer(options);
1253 SessionDescriptionInterface* offer = CreateOffer();
1376 SessionDescriptionInterface* offer = CreateOffer();
1413 session_->CreateOffer(observers[i], options, session_options);
1467 // The following flags affect options created for CreateOffer/CreateAnswer.
1589 SessionDescriptionInterface* offer = CreateOffer();
1615 offer = CreateOffer();
1643 SessionDescriptionInterface* offer = CreateOffer();
1670 offer = CreateOffer();
1700 SessionDescriptionInterface* offer = CreateOffer();
1705 offer = CreateOffer();
1822 SessionDescriptionInterface* offer = CreateOffer();
1888 SessionDescriptionInterface* offer = CreateOffer();
1911 SessionDescriptionInterface* offer = CreateOffer();
1968 SessionDescriptionInterface* offer = CreateOffer();
2025 SessionDescriptionInterface* offer = CreateOffer();
2029 SessionDescriptionInterface* offer2 = CreateOffer();
2037 SessionDescriptionInterface* offer = CreateOffer();
2040 SessionDescriptionInterface* offer2 = CreateOffer();
2047 SessionDescriptionInterface* offer = CreateOffer();
2049 offer = CreateOffer();
2057 SessionDescriptionInterface* offer = CreateOffer();
2059 offer = CreateOffer();
2090 SessionDescriptionInterface* offer = CreateOffer();
2117 rtc::scoped_ptr<SessionDescriptionInterface> offer(CreateOffer());
2128 rtc::scoped_ptr<SessionDescriptionInterface> offer(CreateOffer());
2147 SessionDescriptionInterface* offer = CreateOffer();
2284 SessionDescriptionInterface* offer = CreateOffer();
2317 rtc::scoped_ptr<SessionDescriptionInterface> local_offer(CreateOffer());
2335 rtc::scoped_ptr<SessionDescriptionInterface> offer(CreateOffer());
2337 // CreateOffer creates session description with the content names "audio" and
2385 rtc::scoped_ptr<SessionDescriptionInterface> offer(CreateOffer());
2401 rtc::scoped_ptr<SessionDescriptionInterface> offer(CreateOffer());
2411 offer.reset(CreateOffer());
2427 CreateOffer(options));
2446 CreateOffer(options));
2467 CreateOffer(options));
2480 offer.reset(CreateOffer(options));
2492 SessionDescriptionInterface* offer = CreateOffer();
2624 CreateOffer(options));
2657 SessionDescriptionInterface* offer = CreateOffer();
2713 SessionDescriptionInterface* offer = CreateOffer();
2764 scoped_ptr<SessionDescriptionInterface> offer(CreateOffer());
2775 scoped_ptr<SessionDescriptionInterface> offer(CreateOffer());
2794 rtc::scoped_ptr<SessionDescriptionInterface> offer(CreateOffer());
2820 rtc::scoped_ptr<SessionDescriptionInterface> offer(CreateOffer());
2922 SessionDescriptionInterface* offer = CreateOffer();
3070 SessionDescriptionInterface* offer = CreateOffer(options);
3093 SessionDescriptionInterface* offer = CreateOffer(options);
3123 SessionDescriptionInterface* offer = CreateOffer(options);
3147 SessionDescriptionInterface* offer = CreateOffer(options);
3179 SessionDescriptionInterface* offer = CreateOffer(options);
3246 SessionDescriptionInterface* offer = CreateOffer(options);
3270 SessionDescriptionInterface* offer = CreateOffer(options);
3300 SessionDescriptionInterface* offer = CreateOffer(options);
3312 SessionDescriptionInterface* offer = CreateOffer(options);
3332 SessionDescriptionInterface* offer = CreateOffer(options);
3356 SessionDescriptionInterface* offer = CreateOffer(options);
3516 SessionDescriptionInterface* offer = CreateOffer();
3541 SessionDescriptionInterface* offer = CreateOffer();
3640 rtc::scoped_ptr<SessionDescriptionInterface> offer(CreateOffer());
3659 rtc::scoped_ptr<SessionDescriptionInterface> offer(CreateOffer());
3742 SessionDescriptionInterface* offer = CreateOffer();
3823 rtc::scoped_ptr<SessionDescriptionInterface> offer(CreateOffer());
3967 // Verifies that CreateOffer succeeds when CreateOffer is called before async
3976 rtc::scoped_ptr<SessionDescriptionInterface> offer(CreateOffer());
3983 // Verifies that CreateAnswer succeeds when CreateOffer is called before async
4004 // Verifies that CreateOffer succeeds when CreateOffer is called after async
4013 rtc::scoped_ptr<SessionDescriptionInterface> offer(CreateOffer());
4017 // Verifies that CreateOffer fails when CreateOffer is called after async
4025 rtc::scoped_ptr<SessionDescriptionInterface> offer(CreateOffer());
4029 // Verifies that CreateOffer succeeds when Multiple CreateOffer calls are made
4038 // Verifies that CreateOffer fails when Multiple CreateOffer calls are made
4093 SessionDescriptionInterface* offer = CreateOffer();
4115 SessionDescriptionInterface* offer = CreateOffer();
4142 SessionDescriptionInterface* offer = CreateOffer();
4161 SessionDescriptionInterface* offer = CreateOffer();
4191 SessionDescriptionInterface* offer = CreateOffer();
4244 SessionDescriptionInterface* offer = CreateOffer(options);
4298 session_->CreateOffer(o, options, session_options);