Home
last modified time | relevance | path

Searched refs:GetChannel (Results 1 – 7 of 7) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtransport.h143 TransportChannelImpl* GetChannel(const std::string& name);
146 return (NULL != GetChannel(name)); in HasChannel()
Dsession.h94 TransportChannel* GetChannel(const std::string& name);
199 virtual TransportChannel* GetChannel(const std::string& content_name,
359 virtual TransportChannel* GetChannel(const std::string& content_name,
Dsession.cc74 TransportChannel* TransportProxy::GetChannel(const std::string& name) { in GetChannel() function in cricket::TransportProxy
80 ASSERT(GetChannel(name) == NULL); in CreateChannel()
97 TransportChannel* channel = GetChannel(name); in DestroyChannel()
141 TransportChannelImpl* impl = transport_->GetChannel(name); in GetOrCreateImpl()
525 TransportChannel* Session::GetChannel(const std::string& content_name, in GetChannel() function in cricket::Session
531 return transproxy->GetChannel(channel_name); in GetChannel()
Dtransport.cc130 TransportChannelImpl* Transport::GetChannel(const std::string& name) { in GetChannel() function in cricket::Transport
/external/chromium/webkit/glue/
Dp2p_transport.h51 virtual net::Socket* GetChannel() = 0;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas238 function GetChannel: Integer; in GetChannel() function
257 property Channel: Integer read GetChannel write SetChannel;
516 function GetChannel: Integer; in GetChannel() function
618 property Channel: Integer read GetChannel write SetChannel;
665 function GetChannel: Integer; in GetChannel() function
678 property Channel: Integer read GetChannel write SetChannel;
1824 function GetChannel: Integer;
1864 function GetChannel: Integer; virtual;
1908 function GetChannel: Integer; virtual;
3708 function TRecognizerSharedState.GetChannel: Integer; in GetChannel() function
[all …]
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1037 TEST_F(GeneratedServiceTest, GetChannel) { in TEST_F() argument