Home
last modified time | relevance | path

Searched refs:CreateChannel (Results 1 – 25 of 141) sorted by relevance

123456

/external/chromium_org/remoting/protocol/
Dchannel_multiplexer_unittest.cc96 void CreateChannel(const std::string& name, in CreateChannel() function in remoting::protocol::ChannelMultiplexerTest
100 host_mux_->CreateChannel(name, base::Bind( in CreateChannel()
103 client_mux_->CreateChannel(name, base::Bind( in CreateChannel()
152 CreateChannel(kTestChannelName, &host_socket, &client_socket)); in TEST_F()
167 CreateChannel(kTestChannelName, &host_socket1_, &client_socket1_)); in TEST_F()
172 CreateChannel(kTestChannelName2, &host_socket2_, &client_socket2_)); in TEST_F()
194 CreateChannel(kTestChannelName, &host_socket1_, &client_socket1_)); in TEST_F()
199 CreateChannel(kTestChannelName2, &host_socket2_, &client_socket2_)); in TEST_F()
204 CreateChannel("test3", &host_socket3, &client_socket3)); in TEST_F()
209 CreateChannel("ch4", &host_socket4, &client_socket4)); in TEST_F()
[all …]
Djingle_session_unittest.cc265 void CreateChannel() { in CreateChannel() function in remoting::protocol::JingleSessionTest
266 client_session_->GetTransportChannelFactory()->CreateChannel( in CreateChannel()
269 host_session_->GetTransportChannelFactory()->CreateChannel( in CreateChannel()
388 ASSERT_NO_FATAL_FAILURE(CreateChannel()); in TEST_F()
457 client_session_->GetMultiplexedChannelFactory()->CreateChannel( in TEST_F()
460 host_session_->GetMultiplexedChannelFactory()->CreateChannel( in TEST_F()
488 ASSERT_NO_FATAL_FAILURE(CreateChannel()); in TEST_F()
503 client_session_->GetTransportChannelFactory()->CreateChannel( in TEST_F()
506 host_session_->GetTransportChannelFactory()->CreateChannel( in TEST_F()
529 client_session_->GetTransportChannelFactory()->CreateChannel( in TEST_F()
Dsecure_channel_factory.cc28 void SecureChannelFactory::CreateChannel( in CreateChannel() function in remoting::protocol::SecureChannelFactory
32 channel_factory_->CreateChannel( in CreateChannel()
Dpseudotcp_channel_factory.cc40 void PseudoTcpChannelFactory::CreateChannel( in CreateChannel() function in remoting::protocol::PseudoTcpChannelFactory
43 datagram_channel_factory_->CreateChannel( in CreateChannel()
Ddatagram_channel_factory.h31 virtual void CreateChannel(const std::string& name,
/external/chromium_org/third_party/webrtc/video_engine/
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
Dvie_base_impl.cc155 int ViEBaseImpl::CreateChannel(int& video_channel) { // NOLINT in CreateChannel() function in webrtc::ViEBaseImpl
156 return CreateChannel(video_channel, static_cast<const Config*>(NULL)); in CreateChannel()
159 int ViEBaseImpl::CreateChannel(int& video_channel, // NOLINT in CreateChannel() function in webrtc::ViEBaseImpl
161 if (shared_data_.channel_manager()->CreateChannel(&video_channel, in CreateChannel()
171 int ViEBaseImpl::CreateChannel(int& video_channel, // NOLINT in CreateChannel() function in webrtc::ViEBaseImpl
173 return CreateChannel(video_channel, original_channel, true); in CreateChannel()
178 return CreateChannel(video_channel, original_channel, false); in CreateReceiveChannel()
356 int ViEBaseImpl::CreateChannel(int& video_channel, // NOLINT in CreateChannel() function in webrtc::ViEBaseImpl
364 if (shared_data_.channel_manager()->CreateChannel(&video_channel, in CreateChannel()
Dvie_channel_manager.h53 int CreateChannel(int* channel_id,
59 int CreateChannel(int* channel_id, int original_channel, bool sender);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Drtpdataengine_unittest.cc112 cricket::RtpDataMediaChannel* CreateChannel() { in CreateChannel() function in RtpDataMediaChannelTest
113 return CreateChannel(dme_.get()); in CreateChannel()
116 cricket::RtpDataMediaChannel* CreateChannel(cricket::RtpDataEngine* dme) { in CreateChannel() function in RtpDataMediaChannelTest
118 static_cast<cricket::RtpDataMediaChannel*>(dme->CreateChannel( in CreateChannel()
178 rtc::scoped_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel()); in TEST_F()
206 rtc::scoped_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel()); in TEST_F()
221 rtc::scoped_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel()); in TEST_F()
236 rtc::scoped_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel()); in TEST_F()
316 CreateChannel(dme1.get())); in TEST_F()
320 CreateChannel(dme2.get())); in TEST_F()
[all …]
Dhybriddataengine.h55 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type) { in CreateChannel() function
58 channel = first_->CreateChannel(data_channel_type); in CreateChannel()
61 channel = second_->CreateChannel(data_channel_type); in CreateChannel()
Dmediaengine.h80 virtual VoiceMediaChannel *CreateChannel() = 0;
198 virtual VoiceMediaChannel *CreateChannel() { in CreateChannel() function
199 return voice_.CreateChannel(); in CreateChannel()
202 return video_.CreateChannel(channel); in CreateVideoChannel()
298 VoiceMediaChannel* CreateChannel() { in CreateChannel() function
343 VideoMediaChannel* CreateChannel( in CreateChannel() function
378 virtual DataMediaChannel* CreateChannel(DataChannelType type) = 0;
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_base.cc30 EXPECT_EQ(0, interfaces.base->CreateChannel(video_channel)); in ViEBaseStandardTest()
135 EXPECT_EQ(0, vie_base->CreateChannel(video_channel)); in ViEBaseAPITest()
139 EXPECT_EQ(0, vie_base->CreateChannel(video_channel2)); in ViEBaseAPITest()
145 EXPECT_EQ(-1, vie_base->CreateChannel(video_channel2, video_channel + 1)) in ViEBaseAPITest()
152 EXPECT_EQ(0, vie_base->CreateChannel(video_channel3, video_channel)); in ViEBaseAPITest()
194 audio_channel = voe_base->CreateChannel(); in ViEBaseAPITest()
Dvie_file_based_comparison_tests.cc33 EXPECT_EQ(0, interfaces.base->CreateChannel(video_channel)); in TestCallSetup()
110 EXPECT_EQ(0, interfaces.base->CreateChannel(video_channel)); in TestFullStack()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dportallocatorsessionproxy_unittest.cc118 TestSessionChannel* CreateChannel() { in CreateChannel() function in PortAllocatorSessionProxyTest
137 TestSessionChannel* channel = CreateChannel(); in TEST_F()
145 TestSessionChannel* channel1 = CreateChannel(); in TEST_F()
/external/chromium_org/chrome/service/
Dservice_ipc_server.cc23 CreateChannel(); in Init()
27 void ServiceIPCServer::CreateChannel() { in CreateChannel() function in ServiceIPCServer
67 CreateChannel(); in OnChannelError()
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
Dvoe_stress_test.cc134 VALIDATE_STRESS(base->CreateChannel()); in StartStopTest()
236 channel = base->CreateChannel(); in CreateDeleteChannelsTest()
255 channel = base->CreateChannel(); in CreateDeleteChannelsTest()
320 VALIDATE_STRESS(base->CreateChannel()); in MultipleThreadsTest()
/external/chromium_org/third_party/webrtc/voice_engine/
Dchannel_manager.cc54 ChannelOwner ChannelManager::CreateChannel() { in CreateChannel() function in webrtc::voe::ChannelManager
58 ChannelOwner ChannelManager::CreateChannel(const Config& external_config) { in CreateChannel() function in webrtc::voe::ChannelManager
64 Channel::CreateChannel(channel, ++last_channel_id_, instance_id_, config); in CreateChannelInternal()
Dchannel_manager.h100 ChannelOwner CreateChannel();
101 ChannelOwner CreateChannel(const Config& external_config);
Dvoe_base_impl.h41 virtual int CreateChannel();
42 virtual int CreateChannel(const Config& config);
/external/chromium_org/ipc/mojo/
Dipc_mojo_perftest.cc76 virtual scoped_ptr<IPC::Channel> CreateChannel(
84 scoped_ptr<IPC::Channel> MojoTestClient::CreateChannel( in CreateChannel() function in __anon525dcbc10111::MojoTestClient
Dipc_channel_mojo_unittest.cc126 CreateChannel(&listener); in TEST_F()
239 CreateChannel(&listener); in TEST_F()
321 CreateChannel(&listener); in TEST_F()
/external/chromium_org/third_party/webrtc/voice_engine/include/
Dvoe_base.h141 virtual int CreateChannel() = 0;
142 virtual int CreateChannel(const Config& config) = 0;
/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_base.h166 virtual int CreateChannel(int& video_channel) = 0;
173 virtual int CreateChannel(int& video_channel,
/external/chromium_org/ipc/
Dipc_channel_unittest.cc62 CreateChannel(&listener); in TEST_F()
169 CreateChannel(&listener); in TEST_F()
Dipc_perftest_support.cc242 CreateChannel(&listener); in RunTestChannelPingPong()
322 scoped_ptr<Channel> PingPongTestClient::CreateChannel( in CreateChannel() function in IPC::test::PingPongTestClient
329 scoped_ptr<Channel> channel = CreateChannel(listener_.get()); in RunMain()

123456