Searched defs:CreateChannel (Results 26 - 45 of 45) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdataengine_unittest.cc112 cricket::RtpDataMediaChannel* CreateChannel() { function in class:RtpDataMediaChannelTest
113 return CreateChannel(dme_.get());
116 cricket::RtpDataMediaChannel* CreateChannel(cricket::RtpDataEngine* dme) { function in class:RtpDataMediaChannelTest
118 static_cast<cricket::RtpDataMediaChannel*>(dme->CreateChannel(
178 rtc::scoped_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel());
206 rtc::scoped_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel());
221 rtc::scoped_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel());
236 rtc::scoped_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel());
316 CreateChannel(dme1.get()));
320 CreateChannel(dme
[all...]
H A Dmediaengine.h80 virtual VoiceMediaChannel *CreateChannel() = 0;
198 virtual VoiceMediaChannel *CreateChannel() { function in class:cricket::CompositeMediaEngine
199 return voice_.CreateChannel();
202 return video_.CreateChannel(channel);
298 VoiceMediaChannel* CreateChannel() { function in class:cricket::NullVoiceEngine
343 VideoMediaChannel* CreateChannel( function in class:cricket::NullVideoEngine
378 virtual DataMediaChannel* CreateChannel(DataChannelType type) = 0;
H A Dfakemediaengine.h780 VoiceMediaChannel* CreateChannel() { function in class:cricket::FakeVoiceEngine
897 VideoMediaChannel* CreateChannel(VoiceMediaChannel* channel) { function in class:cricket::FakeVideoEngine
1049 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type) { function in class:cricket::FakeDataEngine
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine_unittest.cc248 chan1_.reset(CreateChannel(net1_.get(), recv1_.get()));
250 chan2_.reset(CreateChannel(net2_.get(), recv2_.get()));
293 cricket::SctpDataMediaChannel* CreateChannel( function in class:SctpDataMediaChannelTest
296 static_cast<cricket::SctpDataMediaChannel*>(engine_->CreateChannel(
H A Dsctpdataengine.cc296 DataMediaChannel* SctpDataEngine::CreateChannel( function in class:cricket::SctpDataEngine
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel_manager.cc77 int ViEChannelManager::CreateChannel(int* channel_id, function in class:webrtc::ViEChannelManager
135 int ViEChannelManager::CreateChannel(int* channel_id, function in class:webrtc::ViEChannelManager
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_base_impl.cc497 int VoEBaseImpl::CreateChannel() { function in class:webrtc::VoEBaseImpl
499 "CreateChannel()");
506 voe::ChannelOwner channel_owner = _shared->channel_manager().CreateChannel();
511 int VoEBaseImpl::CreateChannel(const Config& config) { function in class:webrtc::VoEBaseImpl
517 voe::ChannelOwner channel_owner = _shared->channel_manager().CreateChannel(
535 "CreateChannel() failed to associate engine and channel."
544 "CreateChannel() failed to initialize channel. Destroying"
553 "CreateChannel() => %d", channel_owner->channel()->ChannelId());
H A Dchannel.cc760 Channel::CreateChannel(Channel*& channel, function in class:webrtc::voe::Channel
766 "Channel::CreateChannel(channelId=%d, instanceId=%d)",
774 "Channel::CreateChannel() unable to allocate memory for"
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dvideo_engine_jni.cc191 int CreateChannel() { function in class:__anon15740::VideoEngineData
193 CHECK(base->CreateChannel(channel) == 0, "Failed to create channel");
398 return vie_data->CreateChannel();
/external/chromium_org/third_party/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/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dfakesession.h465 virtual TransportChannel* CreateChannel( function in class:cricket::FakeSession
472 return BaseSession::CreateChannel(content_name, channel_name, component);
H A Dtransport.cc214 TransportChannelImpl* Transport::CreateChannel(int component) { function in class:cricket::Transport
H A Dp2ptransportchannel_unittest.cc283 ep1_.cd1_.ch_.reset(CreateChannel(
287 ep2_.cd1_.ch_.reset(CreateChannel(
305 ep1_.cd2_.ch_.reset(CreateChannel(
309 ep2_.cd2_.ch_.reset(CreateChannel(
315 cricket::P2PTransportChannel* CreateChannel( function in class:P2PTransportChannelTestBase
H A Dsession.cc76 TransportChannel* TransportProxy::CreateChannel( function in class:cricket::TransportProxy
210 impl = transport_->get()->CreateChannel(component);
262 iter->second, target->transport_->get()->CreateChannel(iter->first));
524 TransportChannel* BaseSession::CreateChannel(const std::string& content_name, function in class:cricket::BaseSession
531 return transproxy->CreateChannel(channel_name, component);
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc846 VideoRenderCallback* VideoRenderDirect3D9::CreateChannel(const uint32_t channel, function in class:webrtc::VideoRenderDirect3D9
/external/chromium_org/ipc/
H A Dipc_sync_channel_unittest.cc153 virtual SyncChannel* CreateChannel() { function in class:IPC::__anon8488::Worker
171 channel_.reset(CreateChannel());
324 virtual SyncChannel* CreateChannel() OVERRIDE {
347 virtual SyncChannel* CreateChannel() OVERRIDE {
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc361 WebRtcVideoChannel2* WebRtcVideoEngine2::CreateChannel( function in class:cricket::WebRtcVideoEngine2
363 LOG(LS_INFO) << "CreateChannel: "
H A Dwebrtcvoiceengine.cc274 LOG_RTCERR0(CreateChannel);
695 VoiceMediaChannel *WebRtcVoiceEngine::CreateChannel() { function in class:cricket::WebRtcVoiceEngine
1713 return voice_engine_wrapper->base()->CreateChannel(voe_config_);
2550 LOG_RTCERR0(CreateChannel);
2675 LOG_RTCERR0(CreateChannel);
H A Dwebrtcvideoengine.cc1117 WebRtcVideoMediaChannel* WebRtcVideoEngine::CreateChannel( function in class:cricket::WebRtcVideoEngine
1594 bool result = CreateChannel(ssrc_key, MD_SENDRECV, &default_channel_id_);
1909 if (!CreateChannel(ssrc_key, MD_SEND, &channel_id)) {
2036 if (!CreateChannel(sp.first_ssrc(), MD_RECV, &channel_id)) {
3249 bool WebRtcVideoMediaChannel::CreateChannel(uint32 ssrc_key, function in class:cricket::WebRtcVideoMediaChannel
3278 if (engine_->vie()->base()->CreateChannel(*channel_id,
3280 LOG_RTCERR2(CreateChannel, *channel_id, default_channel_id_);
3285 if (engine_->vie()->base()->CreateChannel(*channel_id) != 0) {
3286 LOG_RTCERR1(CreateChannel, *channel_id);
3307 if (!CreateChannel(ssrc_ke
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel_unittest.cc181 channel1_.reset(CreateChannel(thread, &media_engine_, ch1, &session1_,
183 channel2_.reset(CreateChannel(thread, &media_engine_, ch2, &session2_,
236 channel1_.reset(CreateChannel(thread, &media_engine_, ch1, &session1_,
238 channel2_.reset(CreateChannel(thread, &media_engine_, ch2, &session1_,
265 typename T::Channel* CreateChannel(rtc::Thread* thread, function in class:ChannelTest
1916 cricket::VideoChannel* ChannelTest<VideoTraits>::CreateChannel( function in class:ChannelTest
2711 cricket::DataChannel* ChannelTest<DataTraits>::CreateChannel( function in class:ChannelTest

Completed in 412 milliseconds

12