Searched refs:GetRTCPStatus (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_before_streaming_test.cc35 EXPECT_EQ(0, voe_rtp_rtcp_->GetRTCPStatus(channel_, on));
38 EXPECT_EQ(0, voe_rtp_rtcp_->GetRTCPStatus(channel_, on));
41 EXPECT_EQ(0, voe_rtp_rtcp_->GetRTCPStatus(channel_, on));
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_rtp_rtcp_impl.h26 virtual int GetRTCPStatus(int channel, bool& enabled);
H A Dvoe_rtp_rtcp_impl.cc255 int VoERTP_RTCPImpl::GetRTCPStatus(int channel, bool& enabled) function in class:webrtc::VoERTP_RTCPImpl
258 "GetRTCPStatus(channel=%d)", channel);
269 "GetRTCPStatus() failed to locate channel");
272 return channelPtr->GetRTCPStatus(enabled);
H A Dchannel.h329 int GetRTCPStatus(bool& enabled);
H A Dchannel.cc3125 Channel::GetRTCPStatus(bool& enabled) function in class:webrtc::voe::Channel
3131 "GetRTCPStatus() => enabled=%d", enabled);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_rtp_rtcp_impl.h56 virtual int GetRTCPStatus(const int video_channel,
H A Dvie_rtp_rtcp_impl.cc302 int ViERTP_RTCPImpl::GetRTCPStatus(const int video_channel, function in class:webrtc::ViERTP_RTCPImpl
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h168 virtual int GetRTCPStatus(int channel, bool& enabled) = 0;
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_rtp_rtcp.h172 virtual int GetRTCPStatus(const int video_channel,
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_rtp_rtcp.cc720 EXPECT_EQ(0, ViE.rtp_rtcp->GetRTCPStatus(
725 EXPECT_EQ(0, ViE.rtp_rtcp->GetRTCPStatus(
730 EXPECT_EQ(0, ViE.rtp_rtcp->GetRTCPStatus(
735 EXPECT_EQ(0, ViE.rtp_rtcp->GetRTCPStatus(
803 EXPECT_EQ(0, ViE.rtp_rtcp->GetRTCPStatus(
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h1037 WEBRTC_STUB_CONST(GetRTCPStatus, (const int, webrtc::ViERTCPMode&));
H A Dfakewebrtcvoiceengine.h933 WEBRTC_STUB(GetRTCPStatus, (int channel, bool& enabled));

Completed in 180 milliseconds