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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.cc 59 VoiceMediaChannel* FileMediaEngine::CreateChannel() {
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) {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transport.cc 96 TransportChannelImpl* Transport::CreateChannel(
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...]

Completed in 1033 milliseconds