Searched refs:GetChannelProxy (Results 1 – 5 of 5) sorted by relevance
137 virtual rtc::scoped_ptr<voe::ChannelProxy> GetChannelProxy(int channel_id);
66 rtc::scoped_ptr<voe::ChannelProxy> VoiceEngineImpl::GetChannelProxy( in GetChannelProxy() function in webrtc::VoiceEngineImpl
70 channel_proxy_ = voe_impl->GetChannelProxy(config_.voe_channel_id); in AudioSendStream()
97 channel_proxy_ = voe_impl->GetChannelProxy(config_.voe_channel_id); in AudioReceiveStream()
46 rtc::scoped_ptr<voe::ChannelProxy> GetChannelProxy(int channel_id) override { in GetChannelProxy() function