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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediaengine.h 100 virtual VoiceMediaChannel *CreateChannel() = 0;
177 virtual VoiceMediaChannel *CreateChannel() {
178 return voice_.CreateChannel();
181 return video_.CreateChannel(channel);
286 VoiceMediaChannel* CreateChannel() {
315 VideoMediaChannel* CreateChannel(VoiceMediaChannel* voice_media_channel) {
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...]
channelmanager.cc 305 VoiceMediaChannel* media_channel = media_engine_->CreateChannel();
  /external/bluetooth/bluez/test/
test-health-sink 76 chan = device.CreateChannel(app_path, "Any")
test-health 209 chan = device.CreateChannel(app_path, "Reliable")
211 chan = device.CreateChannel(app_path, "Any")
  /external/chromium/chrome/browser/nacl_host/
nacl_broker_host_win.cc 27 if (!CreateChannel())
nacl_process_host.cc 134 if (!CreateChannel())
  /external/chromium/chrome/browser/importer/
profile_import_process_host.cc 82 if (!CreateChannel())
  /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...]
transport.cc 96 TransportChannelImpl* Transport::CreateChannel(
  /external/chromium/chrome/browser/
utility_process_host.cc 128 if (!CreateChannel())
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 132 channel_ = session_->CreateChannel(content_name, channel_name);

Completed in 1258 milliseconds