Home
last modified time | relevance | path

Searched refs:SetPlayout (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvoiceengine.h333 virtual bool SetPlayout(bool playout);
386 bool SetPlayout(int channel, bool playout);
Dwebrtcvoiceengine_unittest.cc547 EXPECT_TRUE(channel_->SetPlayout(true)); in TEST_F()
564 EXPECT_TRUE(channel_->SetPlayout(true)); in TEST_F()
1522 EXPECT_TRUE(channel_->SetPlayout(true)); in TEST_F()
1526 EXPECT_TRUE(channel_->SetPlayout(false)); in TEST_F()
1698 EXPECT_TRUE(channel_->SetPlayout(true)); in TEST_F()
1730 EXPECT_TRUE(channel_->SetPlayout(false)); in TEST_F()
1736 EXPECT_TRUE(channel_->SetPlayout(true)); in TEST_F()
1768 EXPECT_TRUE(channel_->SetPlayout(true)); in TEST_F()
1826 EXPECT_FALSE(channel_->SetPlayout(true)); in TEST_F()
1871 EXPECT_TRUE(channel_->SetPlayout(true)); in TEST_F()
[all …]
Dwebrtcvoiceengine.cc2127 bool WebRtcVoiceMediaChannel::SetPlayout(bool playout) { in SetPlayout() function in cricket::WebRtcVoiceMediaChannel
2149 result = SetPlayout(voe_channel(), playout); in ChangePlayout()
2153 if (!SetPlayout(it->second.channel, playout)) { in ChangePlayout()
2385 return SetPlayout(voe_channel(), playout_); in AddRecvStream()
2461 SetPlayout(voe_channel(), false); in ConfigureRecvChannel()
2466 return SetPlayout(channel, playout_); in ConfigureRecvChannel()
2482 SetPlayout(voe_channel(), false); in RemoveRecvStream()
2523 SetPlayout(voe_channel(), true); in RemoveRecvStream()
3279 bool WebRtcVoiceMediaChannel::SetPlayout(int channel, bool playout) { in SetPlayout() function in cricket::WebRtcVoiceMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/media/other/
Dlinphonemediaengine.h125 virtual bool SetPlayout(bool playout);
Dlinphonemediaengine.cc158 bool LinphoneVoiceChannel::SetPlayout(bool playout) { in SetPlayout() function in cricket::LinphoneVoiceChannel
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dfilemediaengine.h135 virtual bool SetPlayout(bool playout) { return true; } in SetPlayout() function
Dmediaengine.h267 virtual bool SetPlayout(bool playout) { return true; } in SetPlayout() function
Dmediachannel.h215 virtual bool SetPlayout(bool playout) = 0;
Dchannel.cc742 if (!media_channel()->SetPlayout(recv)) { in ChangeState()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dfilemediaengine.h204 virtual bool SetPlayout(bool playout) { return true; } in SetPlayout() function
Dmediachannel.h949 virtual bool SetPlayout(bool playout) = 0;
Dfakemediaengine.h274 virtual bool SetPlayout(bool playout) { in SetPlayout() function
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.cc1667 if (!media_channel()->SetPlayout(recv)) { in ChangeState()