Home
last modified time | relevance | path

Searched refs:GetRTCPStatus (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Drtp_rtcp_before_streaming_test.cc35 EXPECT_EQ(0, voe_rtp_rtcp_->GetRTCPStatus(channel_, on)); in TEST_F()
38 EXPECT_EQ(0, voe_rtp_rtcp_->GetRTCPStatus(channel_, on)); in TEST_F()
41 EXPECT_EQ(0, voe_rtp_rtcp_->GetRTCPStatus(channel_, on)); in TEST_F()
/external/webrtc/webrtc/voice_engine/
Dvoe_rtp_rtcp_impl.h25 int GetRTCPStatus(int channel, bool& enabled) override;
Dvoe_rtp_rtcp_impl.cc241 int VoERTP_RTCPImpl::GetRTCPStatus(int channel, bool& enabled) { in GetRTCPStatus() function in webrtc::VoERTP_RTCPImpl
253 return channelPtr->GetRTCPStatus(enabled); in GetRTCPStatus()
Dchannel.h339 int GetRTCPStatus(bool& enabled);
Dchannel.cc2959 Channel::GetRTCPStatus(bool& enabled) in GetRTCPStatus() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/include/
Dvoe_rtp_rtcp.h150 virtual int GetRTCPStatus(int channel, bool& enabled) = 0;
/external/webrtc/webrtc/test/
Dmock_voice_engine.h276 MOCK_METHOD2(GetRTCPStatus, int(int channel, bool& enabled));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h616 WEBRTC_STUB(GetRTCPStatus, (int channel, bool& enabled));