HomeSort by relevance Sort by last modified time
    Searched refs:SetCongestionControlObjects (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/test/
mock_voe_channel_proxy.h 31 MOCK_METHOD3(SetCongestionControlObjects,
  /external/webrtc/webrtc/voice_engine/
channel_proxy.h 53 virtual void SetCongestionControlObjects(
channel_proxy.cc 77 void ChannelProxy::SetCongestionControlObjects(
82 channel()->SetCongestionControlObjects(
channel.h 333 void SetCongestionControlObjects(
channel.cc     [all...]
  /external/webrtc/webrtc/audio/
audio_receive_stream.cc 119 channel_proxy_->SetCongestionControlObjects(
136 channel_proxy_->SetCongestionControlObjects(nullptr, nullptr, nullptr);
audio_send_stream.cc 71 channel_proxy_->SetCongestionControlObjects(
95 channel_proxy_->SetCongestionControlObjects(nullptr, nullptr, nullptr);
audio_send_stream_unittest.cc 86 SetCongestionControlObjects(
92 SetCongestionControlObjects(nullptr, nullptr, nullptr))
audio_receive_stream_unittest.cc 93 EXPECT_CALL(*channel_proxy_, SetCongestionControlObjects(
99 SetCongestionControlObjects(nullptr, nullptr, nullptr))

Completed in 390 milliseconds