Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dchannelmanager_unittest.cc121 cm_->CreateVoiceChannel(&fake_mc_, transport_controller_, in TEST_F()
146 cm_->CreateVoiceChannel(&fake_mc_, transport_controller_, in TEST_F()
173 cm_->CreateVoiceChannel(&fake_mc_, transport_controller_, in TEST_F()
Dchannelmanager.h100 VoiceChannel* CreateVoiceChannel(
Dchannelmanager.cc250 VoiceChannel* ChannelManager::CreateVoiceChannel( in CreateVoiceChannel() function in cricket::ChannelManager
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.h412 bool CreateVoiceChannel(const cricket::ContentInfo* content);
Dwebrtcsession.cc1784 if (!CreateVoiceChannel(voice)) { in CreateChannels()
1836 bool WebRtcSession::CreateVoiceChannel(const cricket::ContentInfo* content) { in CreateVoiceChannel() function in webrtc::WebRtcSession
1837 voice_channel_.reset(channel_manager_->CreateVoiceChannel( in CreateVoiceChannel()