Searched refs:SetPlayout (Results 1 – 6 of 6) sorted by relevance
165 bool SetPlayout(bool playout) override;237 bool SetPlayout(int channel, bool playout);
638 EXPECT_TRUE(channel_->SetPlayout(true)); in TEST_F()655 EXPECT_TRUE(channel_->SetPlayout(true)); in TEST_F()1953 EXPECT_TRUE(channel_->SetPlayout(true)); in TEST_F()1955 EXPECT_TRUE(channel_->SetPlayout(false)); in TEST_F()2115 EXPECT_TRUE(channel_->SetPlayout(true)); in TEST_F()2144 EXPECT_TRUE(channel_->SetPlayout(false)); in TEST_F()2150 EXPECT_TRUE(channel_->SetPlayout(true)); in TEST_F()2515 EXPECT_TRUE(channel_->SetPlayout(true)); in TEST_F()2517 EXPECT_TRUE(channel_->SetPlayout(false)); in TEST_F()2518 EXPECT_FALSE(channel_->SetPlayout(true)); in TEST_F()
1730 bool WebRtcVoiceMediaChannel::SetPlayout(bool playout) { in SetPlayout() function in cricket::WebRtcVoiceMediaChannel1750 if (!SetPlayout(ch.second->channel(), playout)) { in ChangePlayout()2010 SetPlayout(channel, playout_); in AddRecvStream()2494 bool WebRtcVoiceMediaChannel::SetPlayout(int channel, bool playout) { in SetPlayout() function in cricket::WebRtcVoiceMediaChannel
268 virtual bool SetPlayout(bool playout) { in SetPlayout() function
1008 virtual bool SetPlayout(bool playout) = 0;
1477 media_channel()->SetPlayout(recv); in ChangeState()