OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetChannelProxy
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/voice_engine/
voice_engine_impl.h
137
virtual rtc::scoped_ptr<voe::ChannelProxy>
GetChannelProxy
(int channel_id);
voice_engine_impl.cc
66
rtc::scoped_ptr<voe::ChannelProxy> VoiceEngineImpl::
GetChannelProxy
(
/external/webrtc/webrtc/audio/
audio_receive_stream.cc
97
channel_proxy_ = voe_impl->
GetChannelProxy
(config_.voe_channel_id);
audio_send_stream.cc
70
channel_proxy_ = voe_impl->
GetChannelProxy
(config_.voe_channel_id);
/external/webrtc/webrtc/test/
mock_voice_engine.h
46
rtc::scoped_ptr<voe::ChannelProxy>
GetChannelProxy
(int channel_id) override {
Completed in 575 milliseconds