HomeSort by relevance Sort by last modified time
    Searched refs:CreateChannel (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.h 95 TransportChannel* CreateChannel(const std::string& name,
128 // uses CreateChannel/DestroyChannel. Perhaps something like a
195 virtual TransportChannel* CreateChannel(const std::string& content_name,
355 virtual TransportChannel* CreateChannel(const std::string& content_name,
transport.h 139 TransportChannelImpl* CreateChannel(const std::string& name,
session.cc 78 TransportChannel* TransportProxy::CreateChannel(
143 impl = transport_->CreateChannel(name, content_type);
516 TransportChannel* Session::CreateChannel(const std::string& content_name,
522 return transproxy->CreateChannel(channel_name, content_type_);
    [all...]
  /external/chromium_org/ipc/
ipc_fuzzing_tests.cc 268 CreateChannel(&listener);
296 CreateChannel(&listener);
324 CreateChannel(&listener);
ipc_send_fds_test.cc 85 CreateChannel(&listener);
ipc_perftests.cc 228 CreateChannel(&listener);
sync_socket_unittest.cc 172 CreateChannel(&listener);
  /external/chromium_org/remoting/protocol/
jingle_session_unittest.cc 231 void CreateChannel() {
354 ASSERT_NO_FATAL_FAILURE(CreateChannel());
400 ASSERT_NO_FATAL_FAILURE(CreateChannel());
  /external/chromium/chrome/browser/
utility_process_host.cc 128 if (!CreateChannel())
  /external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.cc 59 VoiceMediaChannel* FileMediaEngine::CreateChannel() {
filemediaengine.h 83 virtual VoiceMediaChannel* CreateChannel();
channel.cc 621 session->CreateChannel(content_name, "rtp")),
624 set_rtcp_transport_channel(session->CreateChannel(content_name, "rtcp"));
945 session->CreateChannel(content_name, "video_rtp")),
949 session->CreateChannel(content_name, "video_rtcp"));
    [all...]
  /external/chromium_org/content/test/
webrtc_audio_device_test.h 140 void CreateChannel(const char* name);
webrtc_audio_device_test.cc 231 CreateChannel(thread_name);
246 void MAYBE_WebRTCAudioDeviceTest::CreateChannel(const char* name) {
  /external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.h 69 virtual VoiceMediaChannel* CreateChannel();
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h 110 WebRtcVideoMediaChannel* CreateChannel(VoiceMediaChannel* voice_channel);
320 bool CreateChannel(uint32 ssrc_key, MediaDirection direction,
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_unittest.cc 350 int channel = base->CreateChannel();
531 int ch = base->CreateChannel();
616 int ch = base->CreateChannel();
712 int ch = base->CreateChannel();
807 int ch = base->CreateChannel();
867 int ch = base->CreateChannel();
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine_unittest.cc 137 voice_channel_.reset(engine_->CreateChannel());
246 EXPECT_TRUE(engine_->CreateChannel() == NULL);
filemediaengine.cc 61 VoiceMediaChannel* FileMediaEngine::CreateChannel() {
filemediaengine.h 86 virtual VoiceMediaChannel* CreateChannel();
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 401 virtual TransportChannel* CreateChannel(
408 return BaseSession::CreateChannel(content_name, channel_name, component);
  /external/chromium/chrome/browser/nacl_host/
nacl_process_host.cc 134 if (!CreateChannel())
  /external/chromium_org/chrome/service/
service_utility_process_host.cc 133 std::string channel_id = child_process_host_->CreateChannel();
  /external/chromium_org/content/browser/
utility_process_host_impl.cc 194 std::string channel_id = process_->GetHost()->CreateChannel();
  /external/chromium_org/content/common/
child_process_host_impl.cc 160 std::string ChildProcessHostImpl::CreateChannel() {

Completed in 514 milliseconds

12 3 4