OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetRTCPStatus
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.cc
223
int VoERTP_RTCPImpl::
SetRTCPStatus
(int channel, bool enable) {
225
"
SetRTCPStatus
(channel=%d, enable=%d)", channel, enable);
234
"
SetRTCPStatus
() failed to locate channel");
237
channelPtr->
SetRTCPStatus
(enable);
channel_proxy.cc
30
void ChannelProxy::
SetRTCPStatus
(bool enable) {
31
channel()->
SetRTCPStatus
(enable);
channel.cc
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.cc
111
void RTCPReceiver::
SetRTCPStatus
(RtcpMode method) {
[
all
...]
rtcp_sender.cc
210
void RTCPSender::
SetRTCPStatus
(RtcpMode method) {
[
all
...]
rtp_rtcp_impl.cc
491
void ModuleRtpRtcpImpl::
SetRTCPStatus
(const RtcpMode method) {
492
rtcp_sender_.
SetRTCPStatus
(method);
493
rtcp_receiver_.
SetRTCPStatus
(method);
Completed in 298 milliseconds