Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dstream_collection.h22 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() function
94 explicit StreamCollection(StreamCollection* original) in StreamCollection() function
Dpeer_connection_interface_unittest.cc547 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 …]
Dpeer_connection.h749 StreamCollection* new_streams) RTC_RUN_ON(signaling_thread());
1187 const rtc::scoped_refptr<StreamCollection> local_streams_
1190 const rtc::scoped_refptr<StreamCollection> remote_streams_
Dpeer_connection.cc1041 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()
/external/webrtc/pc/test/
Dfake_peer_connection_for_stats.h89 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_;
Dmock_peer_connection_observers.h59 MockPeerConnectionObserver() : remote_streams_(StreamCollection::Create()) {} in MockPeerConnectionObserver()
224 rtc::scoped_refptr<StreamCollection> remote_streams_;