HomeSort by relevance Sort by last modified time
    Searched refs:CreateChannel (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /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);
mediaengine.h 80 virtual VoiceMediaChannel *CreateChannel() = 0;
198 virtual VoiceMediaChannel *CreateChannel() {
199 return voice_.CreateChannel();
202 return video_.CreateChannel(channel);
298 VoiceMediaChannel* CreateChannel() {
343 VideoMediaChannel* CreateChannel(
378 virtual DataMediaChannel* CreateChannel(DataChannelType type) = 0;
  /external/chromium_org/remoting/protocol/
datagram_channel_factory.h 31 virtual void CreateChannel(const std::string& name,
34 // Cancels a pending CreateChannel() operation for the named channel. If the
stream_channel_factory.h 36 virtual void CreateChannel(const std::string& name,
39 // Cancels a pending CreateChannel() operation for the named channel. If the
channel_multiplexer_unittest.cc 96 void CreateChannel(const std::string& name,
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("ch4", &host_socket4, &client_socket4))
    [all...]
pseudotcp_channel_factory.h 28 virtual void CreateChannel(const std::string& name,
channel_dispatcher_base.cc 47 channel_factory_->CreateChannel(channel_name_, base::Bind(
secure_channel_factory.h 21 // When CreateChannel() is called it first calls the wrapped
33 virtual void CreateChannel(const std::string& name,
pseudotcp_channel_factory.cc 40 void PseudoTcpChannelFactory::CreateChannel(
43 datagram_channel_factory_->CreateChannel(
secure_channel_factory.cc 28 void SecureChannelFactory::CreateChannel(
32 channel_factory_->CreateChannel(
  /external/chromium_org/third_party/webrtc/video_engine/
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
vie_base_impl.cc 155 int ViEBaseImpl::CreateChannel(int& video_channel) { // NOLINT
156 return CreateChannel(video_channel, static_cast<const Config*>(NULL));
159 int ViEBaseImpl::CreateChannel(int& video_channel, // NOLINT
161 if (shared_data_.channel_manager()->CreateChannel(&video_channel,
171 int ViEBaseImpl::CreateChannel(int& video_channel, // NOLINT
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/public/common/
child_process_host.h 91 virtual std::string CreateChannel() = 0;
  /external/chromium_org/third_party/webrtc/voice_engine/
channel_manager.h 34 // 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);
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);
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_base.h 26 // int ch = base->CreateChannel();
141 virtual int CreateChannel() = 0;
142 virtual int CreateChannel(const Config& config) = 0;
  /external/chromium_org/chrome/service/
service_ipc_server.cc 23 CreateChannel();
27 void ServiceIPCServer::CreateChannel() {
67 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();
  /external/chromium_org/ipc/
ipc_perftest_support.h 46 virtual scoped_ptr<Channel> CreateChannel(Listener* listener);
  /external/chromium_org/mojo/embedder/
channel_init.cc 28 CreateChannel(ScopedPlatformHandle(PlatformHandle(file)),
embedder.h 30 // |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/
app_child_process_host.cc 32 mojo::ScopedMessagePipeHandle handle(embedder::CreateChannel(
53 // Callback for |embedder::CreateChannel()|.
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
rtp_rtcp_before_streaming_test.cc 25 EXPECT_THAT(channel_ = voe_base_->CreateChannel(), Not(Lt(0)));
  /external/chromium_org/ipc/mojo/
ipc_mojo_perftest.cc 76 virtual scoped_ptr<IPC::Channel> CreateChannel(
84 scoped_ptr<IPC::Channel> MojoTestClient::CreateChannel(
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_base.h 166 virtual int CreateChannel(int& video_channel) = 0;
173 virtual int CreateChannel(int& video_channel,

Completed in 785 milliseconds

1 2 3 4 5 6