Searched defs:GetRTCPStatus (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
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.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.cc302 int ViERTP_RTCPImpl::GetRTCPStatus(const int video_channel, function in class:webrtc::ViERTP_RTCPImpl

Completed in 113 milliseconds