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

  /external/webrtc/talk/session/media/
mediasession.h 461 const SessionDescription* current_desc,
468 const SessionDescription* current_desc) const;
mediasession.cc     [all...]
mediasession_unittest.cc 293 rtc::scoped_ptr<SessionDescription> current_desc; local
296 current_desc.reset(new SessionDescription());
297 EXPECT_TRUE(current_desc->AddTransportInfo(
301 EXPECT_TRUE(current_desc->AddTransportInfo(
305 EXPECT_TRUE(current_desc->AddTransportInfo(
311 desc.reset(f1_.CreateOffer(options, current_desc.get()));
315 desc.reset(f1_.CreateAnswer(offer.get(), options, current_desc.get()));
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession_unittest.cc 813 void RemoveIceUfragPwdLines(const SessionDescriptionInterface* current_desc,
815 const cricket::SessionDescription* desc = current_desc->description();
816 EXPECT_TRUE(current_desc->ToString(sdp));
837 void ModifyIceUfragPwdLines(const SessionDescriptionInterface* current_desc,
841 const cricket::SessionDescription* desc = current_desc->description();
842 EXPECT_TRUE(current_desc->ToString(sdp));
    [all...]
  /external/v8/src/
objects.cc 7359 PropertyDescriptor current_desc; local
7392 PropertyDescriptor current_desc; local
    [all...]

Completed in 977 milliseconds