Home
last modified time | relevance | path

Searched refs:ref_desc (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/session/media/
Dmediasession_unittest.cc386 rtc::scoped_ptr<SessionDescription> ref_desc; in TestCryptoWithBundle() local
390 ref_desc.reset(f1_.CreateOffer(options, NULL)); in TestCryptoWithBundle()
392 desc.reset(f1_.CreateOffer(options, ref_desc.get())); in TestCryptoWithBundle()
395 ref_desc.reset(f1_.CreateOffer(options, NULL)); in TestCryptoWithBundle()
396 desc.reset(f1_.CreateAnswer(ref_desc.get(), options, NULL)); in TestCryptoWithBundle()
417 ref_desc.get()->GetContentDescriptionByName("audio")); in TestCryptoWithBundle()