Searched refs:CreateVideoChannel (Results 1 – 6 of 6) sorted by relevance
125 cm_->CreateVideoChannel(&fake_mc_, transport_controller_, in TEST_F()150 cm_->CreateVideoChannel(&fake_mc_, transport_controller_, in TEST_F()177 cm_->CreateVideoChannel(&fake_mc_, transport_controller_, in TEST_F()
110 VideoChannel* CreateVideoChannel(
308 VideoChannel* ChannelManager::CreateVideoChannel( in CreateVideoChannel() function in cricket::ChannelManager329 media_engine_->CreateVideoChannel(media_controller->call_w(), options); in CreateVideoChannel_w()
87 virtual VideoMediaChannel* CreateVideoChannel(160 virtual VideoMediaChannel* CreateVideoChannel(webrtc::Call* call, in CreateVideoChannel() function
413 bool CreateVideoChannel(const cricket::ContentInfo* content);
1792 if (!CreateVideoChannel(video)) { in CreateChannels()1853 bool WebRtcSession::CreateVideoChannel(const cricket::ContentInfo* content) { in CreateVideoChannel() function in webrtc::WebRtcSession1854 video_channel_.reset(channel_manager_->CreateVideoChannel( in CreateVideoChannel()