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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsep.h 88 class IceCandidateCollection {
90 virtual ~IceCandidateCollection() {}
123 virtual const IceCandidateCollection* candidates(
jsepicecandidate.h 69 // Implementation of IceCandidateCollection.
71 class JsepCandidateCollection : public IceCandidateCollection {
jsepsessiondescription.h 78 virtual const IceCandidateCollection* candidates(
jsepsessiondescription_unittest.cc 41 using webrtc::IceCandidateCollection;
140 const IceCandidateCollection* ice_candidates = jsep_desc_->candidates(0);
157 const IceCandidateCollection* ice_candidates = jsep_desc_->candidates(1);
174 const IceCandidateCollection* ice_candidates = jsep_desc_->candidates(0);
jsepsessiondescription.cc 153 const IceCandidateCollection* JsepSessionDescription::candidates(
webrtcsessiondescriptionfactory.cc 97 const IceCandidateCollection* source_candidates =
99 const IceCandidateCollection* dest_candidates = dest_desc->candidates(m);
peerconnection_unittest.cc     [all...]
webrtcsdp_unittest.cc 69 using webrtc::IceCandidateCollection;
821 const IceCandidateCollection* cc1 = desc1.candidates(i);
822 const IceCandidateCollection* cc2 = desc2.candidates(i);
    [all...]
webrtcsession_unittest.cc 80 using webrtc::IceCandidateCollection;
    [all...]
webrtcsession.cc     [all...]
webrtcsdp.cc 768 const IceCandidateCollection* cc = desci.candidates(mline_index);
    [all...]
  /external/chromium_org/content/renderer/media/
mock_media_stream_dependency_factory.cc 19 using webrtc::IceCandidateCollection;
316 virtual const IceCandidateCollection* candidates(

Completed in 1397 milliseconds