Searched refs:SetVideoRtxEnabled (Results 1 – 4 of 4) sorted by relevance
578 TEST_F(ChannelManagerTest, SetVideoRtxEnabled) { in TEST_F() argument587 EXPECT_TRUE(cm_->SetVideoRtxEnabled(true)); in TEST_F()592 EXPECT_TRUE(cm_->SetVideoRtxEnabled(false)); in TEST_F()598 EXPECT_FALSE(cm_->SetVideoRtxEnabled(true)); in TEST_F()599 EXPECT_FALSE(cm_->SetVideoRtxEnabled(false)); in TEST_F()603 EXPECT_TRUE(cm_->SetVideoRtxEnabled(true)); in TEST_F()
168 bool SetVideoRtxEnabled(bool enable);
160 bool ChannelManager::SetVideoRtxEnabled(bool enable) { in SetVideoRtxEnabled() function in cricket::ChannelManager
251 channel_manager_->SetVideoRtxEnabled(true); in Initialize_s()