Searched refs:StreamCollection (Results 1 – 6 of 6) sorted by relevance
22 class StreamCollection : public StreamCollectionInterface {24 static rtc::scoped_refptr<StreamCollection> Create() { in Create()25 rtc::RefCountedObject<StreamCollection>* implementation = in Create()26 new rtc::RefCountedObject<StreamCollection>(); in Create()30 static rtc::scoped_refptr<StreamCollection> Create( in Create()31 StreamCollection* streams) { in Create()32 rtc::RefCountedObject<StreamCollection>* implementation = in Create()33 new rtc::RefCountedObject<StreamCollection>(streams); in Create()93 StreamCollection() {} in StreamCollection() function94 explicit StreamCollection(StreamCollection* original) in StreamCollection() function
547 rtc::scoped_refptr<StreamCollection> CreateStreamCollection( in CreateStreamCollection()550 rtc::scoped_refptr<StreamCollection> local_collection( in CreateStreamCollection()551 StreamCollection::Create()); in CreateStreamCollection()1100 reference_collection_ = StreamCollection::Create(); in CreateSessionDescriptionAndReference()1261 rtc::scoped_refptr<StreamCollection> reference_collection_;2750 rtc::scoped_refptr<StreamCollection> reference(CreateStreamCollection(1, 1)); in TEST_P()2760 rtc::scoped_refptr<StreamCollection> reference2(CreateStreamCollection(2, 1)); in TEST_P()3024 rtc::scoped_refptr<StreamCollection> reference(CreateStreamCollection(1, 1)); in TEST_F()3102 rtc::scoped_refptr<StreamCollection> stream_collection = in TEST_F()3140 rtc::scoped_refptr<StreamCollection> stream_collection = in TEST_F()[all …]
749 StreamCollection* new_streams) RTC_RUN_ON(signaling_thread());1187 const rtc::scoped_refptr<StreamCollection> local_streams_1190 const rtc::scoped_refptr<StreamCollection> remote_streams_
1041 local_streams_(StreamCollection::Create()), in PeerConnection()1042 remote_streams_(StreamCollection::Create()), in PeerConnection()3310 rtc::scoped_refptr<StreamCollection> new_streams(StreamCollection::Create()); in ApplyRemoteDescription()5299 StreamCollection* new_streams) { in UpdateRemoteSendersList()
89 local_streams_(StreamCollection::Create()), in FakePeerConnectionForStats()90 remote_streams_(StreamCollection::Create()) {} in FakePeerConnectionForStats()92 rtc::scoped_refptr<StreamCollection> mutable_local_streams() { in mutable_local_streams()96 rtc::scoped_refptr<StreamCollection> mutable_remote_streams() { in mutable_remote_streams()355 rtc::scoped_refptr<StreamCollection> local_streams_;356 rtc::scoped_refptr<StreamCollection> remote_streams_;
59 MockPeerConnectionObserver() : remote_streams_(StreamCollection::Create()) {} in MockPeerConnectionObserver()224 rtc::scoped_refptr<StreamCollection> remote_streams_;