OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DestroyChannel
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.cc
42
impl_->GetTransport()->
DestroyChannel
(impl_->name());
session.h
97
void
DestroyChannel
(const std::string& name);
128
// uses CreateChannel/
DestroyChannel
. Perhaps something like a
206
virtual void
DestroyChannel
(const std::string& content_name,
363
virtual void
DestroyChannel
(const std::string& content_name,
transport.h
149
void
DestroyChannel
(const std::string& name);
202
// These are called by Create/
DestroyChannel
above in order to create or
session.cc
96
void TransportProxy::
DestroyChannel
(const std::string& name) {
534
void Session::
DestroyChannel
(const std::string& content_name,
538
transproxy->
DestroyChannel
(channel_name);
[
all
...]
transport.cc
141
void Transport::
DestroyChannel
(const std::string& name) {
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc
477
session_->
DestroyChannel
(content_name_, channel_->name());
/external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc
130
session_->
DestroyChannel
(content_name_, transport_channel_->name());
197
session_->
DestroyChannel
(content_name_, rtcp_transport_channel_->name());
[
all
...]
Completed in 151 milliseconds