Searched refs:CreateVoiceChannel (Results 1 – 5 of 5) sorted by relevance
121 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()
100 VoiceChannel* CreateVoiceChannel(
250 VoiceChannel* ChannelManager::CreateVoiceChannel( in CreateVoiceChannel() function in cricket::ChannelManager
412 bool CreateVoiceChannel(const cricket::ContentInfo* content);
1784 if (!CreateVoiceChannel(voice)) { in CreateChannels()1836 bool WebRtcSession::CreateVoiceChannel(const cricket::ContentInfo* content) { in CreateVoiceChannel() function in webrtc::WebRtcSession1837 voice_channel_.reset(channel_manager_->CreateVoiceChannel( in CreateVoiceChannel()