/external/chromium_org/remoting/protocol/ |
D | channel_multiplexer_unittest.cc | 96 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 …]
|
D | jingle_session_unittest.cc | 265 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()
|
D | secure_channel_factory.cc | 28 void SecureChannelFactory::CreateChannel( in CreateChannel() function in remoting::protocol::SecureChannelFactory 32 channel_factory_->CreateChannel( in CreateChannel()
|
D | pseudotcp_channel_factory.cc | 40 void PseudoTcpChannelFactory::CreateChannel( in CreateChannel() function in remoting::protocol::PseudoTcpChannelFactory 43 datagram_channel_factory_->CreateChannel( in CreateChannel()
|
D | datagram_channel_factory.h | 31 virtual void CreateChannel(const std::string& name,
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_base_impl.h | 42 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
|
D | vie_base_impl.cc | 155 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()
|
D | vie_channel_manager.h | 53 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/ |
D | rtpdataengine_unittest.cc | 112 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 …]
|
D | hybriddataengine.h | 55 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()
|
D | mediaengine.h | 80 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/ |
D | vie_autotest_base.cc | 30 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()
|
D | vie_file_based_comparison_tests.cc | 33 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/ |
D | portallocatorsessionproxy_unittest.cc | 118 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/ |
D | service_ipc_server.cc | 23 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/ |
D | voe_stress_test.cc | 134 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/ |
D | channel_manager.cc | 54 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()
|
D | channel_manager.h | 100 ChannelOwner CreateChannel(); 101 ChannelOwner CreateChannel(const Config& external_config);
|
D | voe_base_impl.h | 41 virtual int CreateChannel(); 42 virtual int CreateChannel(const Config& config);
|
/external/chromium_org/ipc/mojo/ |
D | ipc_mojo_perftest.cc | 76 virtual scoped_ptr<IPC::Channel> CreateChannel( 84 scoped_ptr<IPC::Channel> MojoTestClient::CreateChannel( in CreateChannel() function in __anon525dcbc10111::MojoTestClient
|
D | ipc_channel_mojo_unittest.cc | 126 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/ |
D | voe_base.h | 141 virtual int CreateChannel() = 0; 142 virtual int CreateChannel(const Config& config) = 0;
|
/external/chromium_org/third_party/webrtc/video_engine/include/ |
D | vie_base.h | 166 virtual int CreateChannel(int& video_channel) = 0; 173 virtual int CreateChannel(int& video_channel,
|
/external/chromium_org/ipc/ |
D | ipc_channel_unittest.cc | 62 CreateChannel(&listener); in TEST_F() 169 CreateChannel(&listener); in TEST_F()
|
D | ipc_perftest_support.cc | 242 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()
|