/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
hybriddataengine.h | 55 virtual DataMediaChannel* CreateChannel(DataChannelType data_channel_type) { 58 channel = first_->CreateChannel(data_channel_type); 61 channel = second_->CreateChannel(data_channel_type);
|
filemediaengine.cc | 61 VoiceMediaChannel* FileMediaEngine::CreateChannel() {
|
hybridvideoengine.h | 172 HybridVideoMediaChannel* CreateChannel(VoiceMediaChannel* channel) { 174 video1_.CreateChannel(channel)); 180 video2_.CreateChannel(channel));
|
rtpdataengine.cc | 61 DataMediaChannel* RtpDataEngine::CreateChannel(
|
rtpdataengine_unittest.cc | 112 cricket::RtpDataMediaChannel* CreateChannel() { 113 return CreateChannel(dme_.get()); 116 cricket::RtpDataMediaChannel* CreateChannel(cricket::RtpDataEngine* dme) { 118 static_cast<cricket::RtpDataMediaChannel*>(dme->CreateChannel( 178 talk_base::scoped_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel()); 206 talk_base::scoped_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel()); 221 talk_base::scoped_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel()); 236 talk_base::scoped_ptr<cricket::RtpDataMediaChannel> dmc(CreateChannel()); 316 CreateChannel(dme1.get())); 320 CreateChannel(dme2.get())) [all...] |
mediaengine.h | 80 virtual VoiceMediaChannel *CreateChannel() = 0; 201 virtual VoiceMediaChannel *CreateChannel() { 202 return voice_.CreateChannel(); 205 return video_.CreateChannel(channel); 308 VoiceMediaChannel* CreateChannel() { 353 VideoMediaChannel* CreateChannel( 389 virtual DataMediaChannel* CreateChannel(DataChannelType type) = 0;
|
/external/chromium_org/ipc/ |
ipc_test_base.cc | 52 void IPCTestBase::CreateChannel(IPC::Listener* listener) {
|
ipc_channel_proxy.cc | 51 void ChannelProxy::Context::CreateChannel(const IPC::ChannelHandle& handle, 354 context_->CreateChannel(channel_handle, mode); 357 FROM_HERE, base::Bind(&Context::CreateChannel, context_.get(),
|
/external/chromium_org/mojo/embedder/ |
embedder.cc | 100 ScopedMessagePipeHandle CreateChannel(
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
channel_manager.cc | 54 ChannelOwner ChannelManager::CreateChannel() { 58 ChannelOwner ChannelManager::CreateChannel(const Config& external_config) { 64 Channel::CreateChannel(channel, ++last_channel_id_, instance_id_, config);
|
voe_base_impl.cc | 497 int VoEBaseImpl::CreateChannel() { 499 "CreateChannel()"); 506 voe::ChannelOwner channel_owner = _shared->channel_manager().CreateChannel(); 511 int VoEBaseImpl::CreateChannel(const Config& config) { 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()); [all...] |
/external/chromium_org/chrome/service/ |
service_ipc_server.cc | 23 CreateChannel(); 27 void ServiceIPCServer::CreateChannel() { 67 CreateChannel();
|
/external/chromium_org/remoting/protocol/ |
channel_multiplexer_unittest.cc | 93 void CreateChannel(const std::string& name, 149 CreateChannel(kTestChannelName, &host_socket, &client_socket)); 164 CreateChannel(kTestChannelName, &host_socket1_, &client_socket1_)); 169 CreateChannel(kTestChannelName2, &host_socket2_, &client_socket2_)); 191 CreateChannel(kTestChannelName, &host_socket1_, &client_socket1_)); 196 CreateChannel(kTestChannelName2, &host_socket2_, &client_socket2_)); 201 CreateChannel("test3", &host_socket3, &client_socket3)); 206 CreateChannel("ch4", &host_socket4, &client_socket4)); 236 CreateChannel(kTestChannelName, &host_socket1_, &client_socket1_)); 241 CreateChannel(kTestChannelName2, &host_socket2_, &client_socket2_)) [all...] |
jingle_session_unittest.cc | 264 void CreateChannel() { 387 ASSERT_NO_FATAL_FAILURE(CreateChannel()); 487 ASSERT_NO_FATAL_FAILURE(CreateChannel());
|
/external/chromium_org/third_party/libjingle/source/talk/media/other/ |
linphonemediaengine.cc | 104 VoiceMediaChannel* LinphoneMediaEngine::CreateChannel() {
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
portallocatorsessionproxy_unittest.cc | 118 TestSessionChannel* CreateChannel() { 137 TestSessionChannel* channel = CreateChannel(); 145 TestSessionChannel* channel1 = CreateChannel();
|
transport_unittest.cc | 74 channel_ = CreateChannel(1); 77 FakeTransportChannel* CreateChannel(int component) { 79 transport_->CreateChannel(component)); 144 EXPECT_TRUE(transport_->CreateChannel(1) != NULL);
|
fakesession.h | 465 virtual TransportChannel* CreateChannel( 472 return BaseSession::CreateChannel(content_name, channel_name, component);
|
transport.cc | 196 TransportChannelImpl* Transport::CreateChannel(int component) {
|
/external/chromium_org/third_party/webrtc/video_engine/ |
vie_base_impl.cc | 178 int ViEBaseImpl::CreateChannel(int& video_channel) { // NOLINT 179 return CreateChannel(video_channel, static_cast<const Config*>(NULL)); 182 int ViEBaseImpl::CreateChannel(int& video_channel, // NOLINT 184 if (shared_data_.channel_manager()->CreateChannel(&video_channel, 194 int ViEBaseImpl::CreateChannel(int& video_channel, // NOLINT 196 return CreateChannel(video_channel, original_channel, true); 201 return CreateChannel(video_channel, original_channel, false); 379 int ViEBaseImpl::CreateChannel(int& video_channel, // NOLINT 387 if (shared_data_.channel_manager()->CreateChannel(&video_channel,
|
vie_channel_manager.cc | 77 int ViEChannelManager::CreateChannel(int* channel_id, 135 int ViEChannelManager::CreateChannel(int* channel_id,
|
/external/chromium_org/content/common/ |
child_process_host_impl.cc | 165 std::string ChildProcessHostImpl::CreateChannel() {
|
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/ |
voice_engine_jni.cc | 92 int CreateChannel() { 93 int channel = base->CreateChannel(); 212 return voe_data->CreateChannel();
|
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/ |
sctpdataengine_unittest.cc | 238 chan1_.reset(CreateChannel(net1_.get(), recv1_.get())); 240 chan2_.reset(CreateChannel(net2_.get(), recv2_.get())); 279 cricket::SctpDataMediaChannel* CreateChannel( 282 static_cast<cricket::SctpDataMediaChannel*>(engine_->CreateChannel(
|
sctpdataengine.cc | 296 DataMediaChannel* SctpDataEngine::CreateChannel( [all...] |