Searched defs:CreateChannel (Results 1 - 19 of 19) sorted by relevance

/external/webrtc/talk/media/base/
H A Dhybriddataengine.h55 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type) { function in class:cricket::HybridDataEngine
58 channel = first_->CreateChannel(data_channel_type);
61 channel = second_->CreateChannel(data_channel_type);
H A Dmediaengine.h82 virtual VoiceMediaChannel* CreateChannel(
156 virtual VoiceMediaChannel* CreateChannel(webrtc::Call* call, function in class:cricket::CompositeMediaEngine
158 return voice_.CreateChannel(call, options);
162 return video_.CreateChannel(call, options);
216 virtual DataMediaChannel* CreateChannel(DataChannelType type) = 0;
H A Drtpdataengine.cc61 DataMediaChannel* RtpDataEngine::CreateChannel( function in class:cricket::RtpDataEngine
H A Drtpdataengine_unittest.cc104 cricket::RtpDataMediaChannel* CreateChannel() { function in class:RtpDataMediaChannelTest
105 return CreateChannel(dme_.get());
108 cricket::RtpDataMediaChannel* CreateChannel(cricket::RtpDataEngine* dme) { function in class:RtpDataMediaChannelTest
110 static_cast<cricket::RtpDataMediaChannel*>(dme->CreateChannel(
170 rtc::scoped_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel());
205 rtc::scoped_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel());
220 rtc::scoped_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel());
235 rtc::scoped_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel());
315 CreateChannel(dme1.get()));
319 CreateChannel(dme
[all...]
H A Dfakemediaengine.h734 VoiceMediaChannel* CreateChannel(webrtc::Call* call, function in class:cricket::FakeVoiceEngine
795 VideoMediaChannel* CreateChannel(webrtc::Call* call, function in class:cricket::FakeVideoEngine
917 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type) { function in class:cricket::FakeDataEngine
/external/webrtc/webrtc/p2p/base/
H A Dtransport_unittest.cc42 channel_ = CreateChannel(1);
45 FakeTransportChannel* CreateChannel(int component) { function in class:TransportTest
47 transport_->CreateChannel(component));
H A Dtransport.cc165 TransportChannelImpl* Transport::CreateChannel(int component) { function in class:cricket::Transport
190 // TODO(ronghuawu): Change CreateChannel to be able to return error since
H A Dtransportcontroller_unittest.cc81 FakeTransportChannel* CreateChannel(const std::string& content, function in class:TransportControllerTest
109 FakeTransportChannel* channel1 = CreateChannel("audio", 1);
111 FakeTransportChannel* channel2 = CreateChannel("video", 1);
201 FakeTransportChannel* channel1 = CreateChannel("audio", 1);
209 FakeTransportChannel* channel2 = CreateChannel("video", 1);
218 FakeTransportChannel* channel = CreateChannel("audio", 1);
229 FakeTransportChannel* channel1 = CreateChannel("audio", 1);
238 FakeTransportChannel* channel2 = CreateChannel("video", 1);
246 FakeTransportChannel* channel1 = CreateChannel("audio", 1);
248 FakeTransportChannel* channel2 = CreateChannel("vide
[all...]
H A Dp2ptransportchannel_unittest.cc278 ep1_.cd1_.ch_.reset(CreateChannel(
282 ep2_.cd1_.ch_.reset(CreateChannel(
291 ep1_.cd2_.ch_.reset(CreateChannel(
295 ep2_.cd2_.ch_.reset(CreateChannel(
301 cricket::P2PTransportChannel* CreateChannel( function in class:P2PTransportChannelTestBase
/external/webrtc/webrtc/voice_engine/
H A Dchannel_manager.cc55 ChannelOwner ChannelManager::CreateChannel() { function in class:webrtc::voe::ChannelManager
59 ChannelOwner ChannelManager::CreateChannel(const Config& external_config) { function in class:webrtc::voe::ChannelManager
65 Channel::CreateChannel(channel, ++last_channel_id_, instance_id_,
H A Dvoe_base_impl.cc389 int VoEBaseImpl::CreateChannel() { function in class:webrtc::VoEBaseImpl
396 voe::ChannelOwner channel_owner = shared_->channel_manager().CreateChannel();
400 int VoEBaseImpl::CreateChannel(const Config& config) { function in class:webrtc::VoEBaseImpl
407 shared_->channel_manager().CreateChannel(config);
419 "CreateChannel() failed to associate engine and channel."
427 "CreateChannel() failed to initialize channel. Destroying"
H A Dchannel.cc720 int32_t Channel::CreateChannel(Channel*& channel, function in class:webrtc::voe::Channel
726 "Channel::CreateChannel(channelId=%d, instanceId=%d)",
734 "Channel::CreateChannel() unable to allocate memory for"
/external/webrtc/talk/media/sctp/
H A Dsctpdataengine_unittest.cc232 chan1_.reset(CreateChannel(net1_.get(), recv1_.get()));
236 chan2_.reset(CreateChannel(net2_.get(), recv2_.get()));
283 cricket::SctpDataMediaChannel* CreateChannel( function in class:SctpDataMediaChannelTest
286 static_cast<cricket::SctpDataMediaChannel*>(engine_->CreateChannel(
H A Dsctpdataengine.cc320 DataMediaChannel* SctpDataEngine::CreateChannel( function in class:cricket::SctpDataEngine
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
H A DAndroidTest.java387 _channel = CreateChannel();
1119 private native int CreateChannel(); method in class:AndroidTest
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc836 VideoRenderCallback* VideoRenderDirect3D9::CreateChannel(const uint32_t channel, function in class:webrtc::VideoRenderDirect3D9
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc563 VoiceMediaChannel* WebRtcVoiceEngine::CreateChannel(webrtc::Call* call, function in class:cricket::WebRtcVoiceEngine
1071 return voe_wrapper_->base()->CreateChannel(voe_config_);
H A Dwebrtcvideoengine2.cc490 WebRtcVideoChannel2* WebRtcVideoEngine2::CreateChannel( function in class:cricket::WebRtcVideoEngine2
494 LOG(LS_INFO) << "CreateChannel. Options: " << options.ToString();
/external/webrtc/talk/session/media/
H A Dchannel_unittest.cc155 channel1_.reset(CreateChannel(thread, &media_engine_, ch1,
158 channel2_.reset(CreateChannel(thread, &media_engine_, ch2,
203 typename T::Channel* CreateChannel( function in class:ChannelTest
1861 cricket::VideoChannel* ChannelTest<VideoTraits>::CreateChannel( function in class:ChannelTest
2583 cricket::DataChannel* ChannelTest<DataTraits>::CreateChannel( function in class:ChannelTest

Completed in 550 milliseconds