Searched refs:SetPlayout (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.h123 virtual bool SetPlayout(bool playout);
H A Dlinphonemediaengine.cc158 bool LinphoneVoiceChannel::SetPlayout(bool playout) { function in class:cricket::LinphoneVoiceChannel
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.h345 virtual bool SetPlayout(bool playout);
401 bool SetPlayout(int channel, bool playout);
H A Dwebrtcvoiceengine_unittest.cc605 EXPECT_TRUE(channel_->SetPlayout(true));
622 EXPECT_TRUE(channel_->SetPlayout(true));
1844 EXPECT_TRUE(channel_->SetPlayout(true));
1848 EXPECT_TRUE(channel_->SetPlayout(false));
2014 EXPECT_TRUE(channel_->SetPlayout(true));
2046 EXPECT_TRUE(channel_->SetPlayout(false));
2052 EXPECT_TRUE(channel_->SetPlayout(true));
2084 EXPECT_TRUE(channel_->SetPlayout(true));
2142 EXPECT_FALSE(channel_->SetPlayout(true));
2187 EXPECT_TRUE(channel_->SetPlayout(tru
[all...]
H A Dwebrtcvoiceengine.cc2397 bool WebRtcVoiceMediaChannel::SetPlayout(bool playout) { function in class:cricket::WebRtcVoiceMediaChannel
2419 result = SetPlayout(voe_channel(), playout);
2423 if (!SetPlayout(it->second->channel(), playout)) {
2424 LOG(LS_ERROR) << "SetPlayout " << playout << " on channel "
2669 return SetPlayout(voe_channel(), playout_);
2746 SetPlayout(voe_channel(), false);
2761 return SetPlayout(channel, playout_);
2784 SetPlayout(voe_channel(), false);
2812 SetPlayout(voe_channel(), true);
3617 bool WebRtcVoiceMediaChannel::SetPlayout(in function in class:cricket::WebRtcVoiceMediaChannel
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine.h203 virtual bool SetPlayout(bool playout) { return true; } function in class:cricket::FileVoiceChannel
H A Dfakemediaengine.h274 virtual bool SetPlayout(bool playout) { function in class:cricket::FakeVoiceMediaChannel
H A Dmediachannel.h1079 virtual bool SetPlayout(bool playout) = 0;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc1434 if (!media_channel()->SetPlayout(recv)) {

Completed in 2146 milliseconds