Searched refs:StreamCollection (Results 1 – 5 of 5) sorted by relevance
39 class StreamCollection : public StreamCollectionInterface {41 static rtc::scoped_refptr<StreamCollection> Create() { in Create()42 rtc::RefCountedObject<StreamCollection>* implementation = in Create()43 new rtc::RefCountedObject<StreamCollection>(); in Create()47 static rtc::scoped_refptr<StreamCollection> Create( in Create()48 StreamCollection* streams) { in Create()49 rtc::RefCountedObject<StreamCollection>* implementation = in Create()50 new rtc::RefCountedObject<StreamCollection>(streams); in Create()114 StreamCollection() {} in StreamCollection() function115 explicit StreamCollection(StreamCollection* original) in StreamCollection() function
242 StreamCollection* new_streams);361 rtc::scoped_refptr<StreamCollection> local_streams_;363 rtc::scoped_refptr<StreamCollection> remote_streams_;
280 using webrtc::StreamCollection;345 rtc::scoped_refptr<StreamCollection> CreateStreamCollection( in CreateStreamCollection()347 rtc::scoped_refptr<StreamCollection> local_collection( in CreateStreamCollection()348 StreamCollection::Create()); in CreateStreamCollection()407 MockPeerConnectionObserver() : remote_streams_(StreamCollection::Create()) {} in MockPeerConnectionObserver()507 rtc::scoped_refptr<StreamCollection> remote_streams_;887 reference_collection_ = StreamCollection::Create(); in CreateSessionDescriptionAndReference()938 rtc::scoped_refptr<StreamCollection> reference_collection_;1837 rtc::scoped_refptr<StreamCollection> reference(CreateStreamCollection(1)); in TEST_F()1847 rtc::scoped_refptr<StreamCollection> reference2(CreateStreamCollection(2)); in TEST_F()[all …]
68 using webrtc::StreamCollection;572 local_streams_(StreamCollection::Create()), in PeerConnection()573 remote_streams_(StreamCollection::Create()) {} in PeerConnection()1075 rtc::scoped_refptr<StreamCollection> new_streams(StreamCollection::Create()); in SetRemoteDescription()1502 StreamCollection* new_streams) { in UpdateRemoteStreamsList()
95 using webrtc::StreamCollection;