Searched refs:SetCongestionControlObjects (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | channel_proxy.cc | 77 void ChannelProxy::SetCongestionControlObjects( in SetCongestionControlObjects() function in webrtc::voe::ChannelProxy 82 channel()->SetCongestionControlObjects( in SetCongestionControlObjects()
|
D | channel_proxy.h | 53 virtual void SetCongestionControlObjects(
|
D | channel.h | 333 void SetCongestionControlObjects(
|
D | channel.cc | 2926 void Channel::SetCongestionControlObjects( in SetCongestionControlObjects() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/audio/ |
D | audio_send_stream.cc | 71 channel_proxy_->SetCongestionControlObjects( in AudioSendStream() 95 channel_proxy_->SetCongestionControlObjects(nullptr, nullptr, nullptr); in ~AudioSendStream()
|
D | audio_receive_stream.cc | 119 channel_proxy_->SetCongestionControlObjects( in AudioReceiveStream() 136 channel_proxy_->SetCongestionControlObjects(nullptr, nullptr, nullptr); in ~AudioReceiveStream()
|
D | audio_send_stream_unittest.cc | 86 SetCongestionControlObjects( in ConfigHelper() 92 SetCongestionControlObjects(nullptr, nullptr, nullptr)) in ConfigHelper()
|
D | audio_receive_stream_unittest.cc | 93 EXPECT_CALL(*channel_proxy_, SetCongestionControlObjects( in ConfigHelper() 99 SetCongestionControlObjects(nullptr, nullptr, nullptr)) in ConfigHelper()
|
/external/webrtc/webrtc/test/ |
D | mock_voe_channel_proxy.h | 31 MOCK_METHOD3(SetCongestionControlObjects,
|