Home
last modified time | relevance | path

Searched refs:GetChannelProxy (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoice_engine_impl.h137 virtual rtc::scoped_ptr<voe::ChannelProxy> GetChannelProxy(int channel_id);
Dvoice_engine_impl.cc66 rtc::scoped_ptr<voe::ChannelProxy> VoiceEngineImpl::GetChannelProxy( in GetChannelProxy() function in webrtc::VoiceEngineImpl
/external/webrtc/webrtc/audio/
Daudio_send_stream.cc70 channel_proxy_ = voe_impl->GetChannelProxy(config_.voe_channel_id); in AudioSendStream()
Daudio_receive_stream.cc97 channel_proxy_ = voe_impl->GetChannelProxy(config_.voe_channel_id); in AudioReceiveStream()
/external/webrtc/webrtc/test/
Dmock_voice_engine.h46 rtc::scoped_ptr<voe::ChannelProxy> GetChannelProxy(int channel_id) override { in GetChannelProxy() function