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

12

/external/chromium_org/third_party/libjingle/source/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 Dfilemediaengine.cc61 VoiceMediaChannel* FileMediaEngine::CreateChannel() { function in class:cricket::FileMediaEngine
H A Drtpdataengine.cc61 DataMediaChannel* RtpDataEngine::CreateChannel( function in class:cricket::RtpDataEngine
/external/chromium_org/ipc/mojo/
H A Dipc_mojo_perftest.cc76 virtual scoped_ptr<IPC::Channel> CreateChannel(
84 scoped_ptr<IPC::Channel> MojoTestClient::CreateChannel( function in class:__anon8497::MojoTestClient
/external/chromium_org/remoting/protocol/
H A Dpseudotcp_channel_factory.cc40 void PseudoTcpChannelFactory::CreateChannel( function in class:remoting::protocol::PseudoTcpChannelFactory
43 datagram_channel_factory_->CreateChannel(
H A Dsecure_channel_factory.cc28 void SecureChannelFactory::CreateChannel( function in class:remoting::protocol::SecureChannelFactory
32 channel_factory_->CreateChannel(
H A Dfake_datagram_socket.cc128 void FakeDatagramChannelFactory::CreateChannel( function in class:remoting::protocol::FakeDatagramChannelFactory
H A Dchannel_multiplexer_unittest.cc96 void CreateChannel(const std::string& name, function in class:remoting::protocol::ChannelMultiplexerTest
100 host_mux_->CreateChannel(name, base::Bind(
103 client_mux_->CreateChannel(name, base::Bind(
152 CreateChannel(kTestChannelName, &host_socket, &client_socket));
167 CreateChannel(kTestChannelName, &host_socket1_, &client_socket1_));
172 CreateChannel(kTestChannelName2, &host_socket2_, &client_socket2_));
194 CreateChannel(kTestChannelName, &host_socket1_, &client_socket1_));
199 CreateChannel(kTestChannelName2, &host_socket2_, &client_socket2_));
204 CreateChannel("test3", &host_socket3, &client_socket3));
209 CreateChannel("ch
[all...]
H A Dfake_stream_socket.cc246 void FakeStreamChannelFactory::CreateChannel( function in class:remoting::protocol::FakeStreamChannelFactory
H A Djingle_session_unittest.cc265 void CreateChannel() { function in class:remoting::protocol::JingleSessionTest
266 client_session_->GetTransportChannelFactory()->CreateChannel(
269 host_session_->GetTransportChannelFactory()->CreateChannel(
388 ASSERT_NO_FATAL_FAILURE(CreateChannel());
457 client_session_->GetMultiplexedChannelFactory()->CreateChannel(
460 host_session_->GetMultiplexedChannelFactory()->CreateChannel(
488 ASSERT_NO_FATAL_FAILURE(CreateChannel());
503 client_session_->GetTransportChannelFactory()->CreateChannel(
506 host_session_->GetTransportChannelFactory()->CreateChannel(
529 client_session_->GetTransportChannelFactory()->CreateChannel(
[all...]
H A Dchannel_multiplexer.cc373 void ChannelMultiplexer::CreateChannel(const std::string& name, function in class:remoting::protocol::ChannelMultiplexer
388 base_channel_factory_->CreateChannel(
H A Djingle_session.cc260 void JingleSession::CreateChannel(const std::string& name, function in class:remoting::protocol::JingleSession
/external/chromium_org/chrome/service/
H A Dservice_ipc_server.cc23 CreateChannel();
27 void ServiceIPCServer::CreateChannel() { function in class:ServiceIPCServer
67 CreateChannel();
/external/chromium_org/mojo/embedder/
H A Dembedder.cc40 // Helper for |CreateChannel...()|. (Note: May return null for some failures.)
129 ScopedMessagePipeHandle CreateChannel( function in namespace:mojo::embedder
/external/chromium_org/ipc/
H A Dipc_test_base.cc54 void IPCTestBase::CreateChannel(IPC::Listener* listener) { function in class:IPCTestBase
H A Dipc_channel_proxy.cc53 void ChannelProxy::Context::CreateChannel(scoped_ptr<ChannelFactory> factory) { function in class:IPC::ChannelProxy::Context
372 context_->CreateChannel(factory.Pass());
375 FROM_HERE, base::Bind(&Context::CreateChannel,
H A Dipc_perftest_support.cc242 CreateChannel(&listener);
322 scoped_ptr<Channel> PingPongTestClient::CreateChannel( function in class:IPC::test::PingPongTestClient
329 scoped_ptr<Channel> channel = CreateChannel(listener_.get());
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocatorsessionproxy_unittest.cc118 TestSessionChannel* CreateChannel() { function in class:PortAllocatorSessionProxyTest
137 TestSessionChannel* channel = CreateChannel();
145 TestSessionChannel* channel1 = CreateChannel();
H A Dtransport_unittest.cc77 channel_ = CreateChannel(1);
80 FakeTransportChannel* CreateChannel(int component) { function in class:TransportTest
82 transport_->CreateChannel(component));
147 EXPECT_TRUE(transport_->CreateChannel(1) != NULL);
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel_manager.cc54 ChannelOwner ChannelManager::CreateChannel() { function in class:webrtc::voe::ChannelManager
58 ChannelOwner ChannelManager::CreateChannel(const Config& external_config) { function in class:webrtc::voe::ChannelManager
64 Channel::CreateChannel(channel, ++last_channel_id_, instance_id_, config);
/external/chromium_org/content/common/
H A Dchild_process_host_impl.cc165 std::string ChildProcessHostImpl::CreateChannel() { function in class:content::ChildProcessHostImpl
/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.cc104 VoiceMediaChannel* LinphoneMediaEngine::CreateChannel() { function in class:cricket::LinphoneMediaEngine
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dvoice_engine_jni.cc92 int CreateChannel() { function in class:__anon15741::VoiceEngineData
93 int channel = base->CreateChannel();
212 return voe_data->CreateChannel();
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_base_impl.cc155 int ViEBaseImpl::CreateChannel(int& video_channel) { // NOLINT function in class:webrtc::ViEBaseImpl
156 return CreateChannel(video_channel, static_cast<const Config*>(NULL));
159 int ViEBaseImpl::CreateChannel(int& video_channel, // NOLINT function in class:webrtc::ViEBaseImpl
161 if (shared_data_.channel_manager()->CreateChannel(&video_channel,
171 int ViEBaseImpl::CreateChannel(int& video_channel, // NOLINT function in class:webrtc::ViEBaseImpl
173 return CreateChannel(video_channel, original_channel, true);
178 return CreateChannel(video_channel, original_channel, false);
356 int ViEBaseImpl::CreateChannel(int& video_channel, // NOLINT
364 if (shared_data_.channel_manager()->CreateChannel(&video_channel,
/external/chromium_org/content/child/
H A Dchild_thread.cc228 scoped_ptr<IPC::SyncChannel> ChildThread::CreateChannel(bool use_mojo_channel) { function in class:content::ChildThread
261 channel_ = CreateChannel(options.use_mojo_channel);

Completed in 4322 milliseconds

12