Home
last modified time | relevance | path

Searched refs:CreateChannel (Results 1 – 17 of 17) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediaengine.h100 virtual VoiceMediaChannel *CreateChannel() = 0;
177 virtual VoiceMediaChannel *CreateChannel() { in CreateChannel() function
178 return voice_.CreateChannel(); in CreateChannel()
181 return video_.CreateChannel(channel); in CreateVideoChannel()
286 VoiceMediaChannel* CreateChannel() { in CreateChannel() function
315 VideoMediaChannel* CreateChannel(VoiceMediaChannel* voice_media_channel) { in CreateChannel() function
Dchannel.cc621 session->CreateChannel(content_name, "rtp")), in VoiceChannel()
624 set_rtcp_transport_channel(session->CreateChannel(content_name, "rtcp")); in VoiceChannel()
945 session->CreateChannel(content_name, "video_rtp")), in VideoChannel()
949 session->CreateChannel(content_name, "video_rtcp")); in VideoChannel()
Dfilemediaengine.cc59 VoiceMediaChannel* FileMediaEngine::CreateChannel() { in CreateChannel() function in cricket::FileMediaEngine
Dfilemediaengine.h83 virtual VoiceMediaChannel* CreateChannel();
Dchannelmanager.cc305 VoiceMediaChannel* media_channel = media_engine_->CreateChannel(); in CreateVoiceChannel_w()
/external/bluetooth/bluez/test/
Dtest-health209 chan = device.CreateChannel(app_path, "Reliable")
211 chan = device.CreateChannel(app_path, "Any")
Dtest-health-sink76 chan = device.CreateChannel(app_path, "Any")
/external/chromium/chrome/browser/nacl_host/
Dnacl_broker_host_win.cc27 if (!CreateChannel()) in Init()
Dnacl_process_host.cc134 if (!CreateChannel()) in LaunchSelLdr()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsession.h95 TransportChannel* CreateChannel(const std::string& name,
195 virtual TransportChannel* CreateChannel(const std::string& content_name,
355 virtual TransportChannel* CreateChannel(const std::string& content_name,
Dsession.cc78 TransportChannel* TransportProxy::CreateChannel( in CreateChannel() function in cricket::TransportProxy
143 impl = transport_->CreateChannel(name, content_type); in GetOrCreateImpl()
516 TransportChannel* Session::CreateChannel(const std::string& content_name, in CreateChannel() function in cricket::Session
522 return transproxy->CreateChannel(channel_name, content_type_); in CreateChannel()
Dtransport.h139 TransportChannelImpl* CreateChannel(const std::string& name,
Dtransport.cc96 TransportChannelImpl* Transport::CreateChannel( in CreateChannel() function in cricket::Transport
/external/chromium/chrome/browser/importer/
Dprofile_import_process_host.cc82 if (!CreateChannel()) in StartProcess()
/external/chromium/chrome/browser/
Dutility_process_host.cc128 if (!CreateChannel()) in StartProcess()
/external/bluetooth/bluez/doc/
Dhealth-api.txt70 object CreateChannel(object application, string configuration)
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dpseudotcpchannel.cc132 channel_ = session_->CreateChannel(content_name, channel_name); in Connect()