Searched refs:local_streams (Results 1 – 14 of 14) sorted by relevance
57 virtual const std::vector<StreamParams>& local_streams() const = 0;
1444 ASSERT_EQ(2u, pc_->local_streams()->count()); in TEST_F()1454 EXPECT_EQ(3u, pc_->local_streams()->count()); in TEST_F()1457 pc_->RemoveStream(pc_->local_streams()->at(2)); in TEST_F()1458 EXPECT_EQ(2u, pc_->local_streams()->count()); in TEST_F()1461 pc_->RemoveStream(pc_->local_streams()->at(1)); in TEST_F()1462 EXPECT_EQ(1u, pc_->local_streams()->count()); in TEST_F()1465 pc_->RemoveStream(pc_->local_streams()->at(0)); in TEST_F()1466 EXPECT_EQ(0u, pc_->local_streams()->count()); in TEST_F()1503 ASSERT_EQ(1u, pc_->local_streams()->count()); in TEST_F()1504 pc_->RemoveStream(pc_->local_streams()->at(0)); in TEST_F()[all …]
130 const std::vector<StreamParams>& local_streams() const override { in local_streams() function
1327 const std::vector<StreamParams>& streams = channel->local_streams(); in VerifySimulcastStreamParams()1345 StreamParams stream1 = channel1_->local_streams()[0]; in TestUpdateLocalStreamsWithSimulcast()1352 StreamParams stream2 = channel1_->local_streams()[0]; in TestUpdateLocalStreamsWithSimulcast()
123 rtc::scoped_refptr<StreamCollectionInterface> local_streams() override;
1382 rtc::scoped_refptr<StreamCollectionInterface> PeerConnection::local_streams() { in local_streams() function in webrtc::PeerConnection2746 if (content->rejected || !channel || channel->local_streams().empty()) { in ApplyLocalDescription()2754 const std::vector<StreamParams>& streams = channel->local_streams(); in ApplyLocalDescription()
519 StreamCollectionInterface* local_streams() { in local_streams() function in webrtc::__anonb00edc420111::PeerConnectionWrapper524 return pc()->local_streams(); in local_streams()
50 local_streams,
35 rtc::scoped_refptr<StreamCollectionInterface> local_streams() override { in local_streams() function
218 rtc::scoped_refptr<StreamCollectionInterface> local_streams() override { in local_streams() function
27 PROXY_METHOD0(rtc::scoped_refptr<StreamCollectionInterface>, local_streams)
711 virtual rtc::scoped_refptr<StreamCollectionInterface> local_streams() = 0;
31 local_streams,
30 rtc::scoped_refptr<StreamCollectionInterface> local_streams() override { in local_streams() function