/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | mediaengine.h | 100 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
|
D | channel.cc | 621 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()
|
D | filemediaengine.cc | 59 VoiceMediaChannel* FileMediaEngine::CreateChannel() { in CreateChannel() function in cricket::FileMediaEngine
|
D | filemediaengine.h | 83 virtual VoiceMediaChannel* CreateChannel();
|
D | channelmanager.cc | 305 VoiceMediaChannel* media_channel = media_engine_->CreateChannel(); in CreateVoiceChannel_w()
|
/external/bluetooth/bluez/test/ |
D | test-health | 209 chan = device.CreateChannel(app_path, "Reliable") 211 chan = device.CreateChannel(app_path, "Any")
|
D | test-health-sink | 76 chan = device.CreateChannel(app_path, "Any")
|
/external/chromium/chrome/browser/nacl_host/ |
D | nacl_broker_host_win.cc | 27 if (!CreateChannel()) in Init()
|
D | nacl_process_host.cc | 134 if (!CreateChannel()) in LaunchSelLdr()
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | session.h | 95 TransportChannel* CreateChannel(const std::string& name, 195 virtual TransportChannel* CreateChannel(const std::string& content_name, 355 virtual TransportChannel* CreateChannel(const std::string& content_name,
|
D | session.cc | 78 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()
|
D | transport.h | 139 TransportChannelImpl* CreateChannel(const std::string& name,
|
D | transport.cc | 96 TransportChannelImpl* Transport::CreateChannel( in CreateChannel() function in cricket::Transport
|
/external/chromium/chrome/browser/importer/ |
D | profile_import_process_host.cc | 82 if (!CreateChannel()) in StartProcess()
|
/external/chromium/chrome/browser/ |
D | utility_process_host.cc | 128 if (!CreateChannel()) in StartProcess()
|
/external/bluetooth/bluez/doc/ |
D | health-api.txt | 70 object CreateChannel(object application, string configuration)
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
D | pseudotcpchannel.cc | 132 channel_ = session_->CreateChannel(content_name, channel_name); in Connect()
|