Home
last modified time | relevance | path

Searched refs:SetCongestionControlObjects (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dchannel_proxy.cc77 void ChannelProxy::SetCongestionControlObjects( in SetCongestionControlObjects() function in webrtc::voe::ChannelProxy
82 channel()->SetCongestionControlObjects( in SetCongestionControlObjects()
Dchannel_proxy.h53 virtual void SetCongestionControlObjects(
Dchannel.h333 void SetCongestionControlObjects(
Dchannel.cc2926 void Channel::SetCongestionControlObjects( in SetCongestionControlObjects() function in webrtc::voe::Channel
/external/webrtc/webrtc/audio/
Daudio_send_stream.cc71 channel_proxy_->SetCongestionControlObjects( in AudioSendStream()
95 channel_proxy_->SetCongestionControlObjects(nullptr, nullptr, nullptr); in ~AudioSendStream()
Daudio_receive_stream.cc119 channel_proxy_->SetCongestionControlObjects( in AudioReceiveStream()
136 channel_proxy_->SetCongestionControlObjects(nullptr, nullptr, nullptr); in ~AudioReceiveStream()
Daudio_send_stream_unittest.cc86 SetCongestionControlObjects( in ConfigHelper()
92 SetCongestionControlObjects(nullptr, nullptr, nullptr)) in ConfigHelper()
Daudio_receive_stream_unittest.cc93 EXPECT_CALL(*channel_proxy_, SetCongestionControlObjects( in ConfigHelper()
99 SetCongestionControlObjects(nullptr, nullptr, nullptr)) in ConfigHelper()
/external/webrtc/webrtc/test/
Dmock_voe_channel_proxy.h31 MOCK_METHOD3(SetCongestionControlObjects,