Searched refs:CreateChannel (Results 1 - 25 of 140) sorted by relevance

123456

/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);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_base_impl.h42 virtual int CreateChannel(int& video_channel); // NOLINT
43 virtual int CreateChannel(int& video_channel, // NOLINT
45 virtual int CreateChannel(int& video_channel, // NOLINT
72 int CreateChannel(int& video_channel, int original_channel, // NOLINT
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/remoting/protocol/
H A Ddatagram_channel_factory.h31 virtual void CreateChannel(const std::string& name,
34 // Cancels a pending CreateChannel() operation for the named channel. If the
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 Dstream_channel_factory.h36 virtual void CreateChannel(const std::string& name,
39 // Cancels a pending CreateChannel() operation for the named channel. If the
H A Dchannel_dispatcher_base.cc47 channel_factory_->CreateChannel(channel_name_, base::Bind(
H A Dpseudotcp_channel_factory.h28 virtual void CreateChannel(const std::string& name,
H A Dsecure_channel_factory.h21 // When CreateChannel() is called it first calls the wrapped
33 virtual void CreateChannel(const std::string& name,
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 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...]
/external/chromium_org/content/public/common/
H A Dchild_process_host.h91 virtual std::string CreateChannel() = 0;
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel_manager.h34 // ChannelManager::CreateChannel() and ChannelManager::GetChannel(...).
95 // CreateChannel will always return a valid ChannelOwner instance. The channel
97 // calling CreateChannel(), or using and external configuration
99 // CreateChannel(const Config& external_config) is called.
100 ChannelOwner CreateChannel();
101 ChannelOwner CreateChannel(const Config& external_config);
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/chrome/service/
H A Dservice_ipc_server.cc23 CreateChannel();
27 void ServiceIPCServer::CreateChannel() { function in class:ServiceIPCServer
67 CreateChannel();
/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();
/external/chromium_org/ipc/
H A Dipc_perftest_support.h46 virtual scoped_ptr<Channel> CreateChannel(Listener* listener);
/external/chromium_org/mojo/embedder/
H A Dchannel_init.cc28 CreateChannel(ScopedPlatformHandle(PlatformHandle(file)),
H A Dembedder.h30 // |CreateChannel()|/|DestroyChannel()|, which may be called from any thread.
58 // |CreateChannel()|, but not |DestroyChannel()| with the result of
84 CreateChannel(ScopedPlatformHandle platform_handle,
90 // or |CreateChannel()|; must only be called from the I/O thread. |channel_info|
92 // provided to the callback to |CreateChannel()|.
96 // Destroys a channel (asynchronously) that was created using |CreateChannel()|
99 // |CreateChannel()|.
/external/chromium_org/mojo/shell/
H A Dapp_child_process_host.cc32 mojo::ScopedMessagePipeHandle handle(embedder::CreateChannel(
53 // Callback for |embedder::CreateChannel()|.
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_before_streaming_test.cc25 EXPECT_THAT(channel_ = voe_base_->CreateChannel(), Not(Lt(0)));
/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/third_party/webrtc/voice_engine/include/
H A Dvoe_base.h26 // int ch = base->CreateChannel();
141 virtual int CreateChannel() = 0;
142 virtual int CreateChannel(const Config& config) = 0;
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_base.cc30 EXPECT_EQ(0, interfaces.base->CreateChannel(video_channel));
135 EXPECT_EQ(0, vie_base->CreateChannel(video_channel));
139 EXPECT_EQ(0, vie_base->CreateChannel(video_channel2));
145 EXPECT_EQ(-1, vie_base->CreateChannel(video_channel2, video_channel + 1))
152 EXPECT_EQ(0, vie_base->CreateChannel(video_channel3, video_channel));
194 audio_channel = voe_base->CreateChannel();

Completed in 2975 milliseconds

123456