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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transport.cc 130 TransportChannelImpl* Transport::GetChannel(const std::string& name) {
session.cc 74 TransportChannel* TransportProxy::GetChannel(const std::string& name) {
80 ASSERT(GetChannel(name) == NULL);
97 TransportChannel* channel = GetChannel(name);
141 TransportChannelImpl* impl = transport_->GetChannel(name);
525 TransportChannel* Session::GetChannel(const std::string& content_name,
531 return transproxy->GetChannel(channel_name);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 238 function GetChannel: Integer;
257 property Channel: Integer read GetChannel write SetChannel;
516 function GetChannel: Integer;
618 property Channel: Integer read GetChannel write SetChannel;
665 function GetChannel: Integer;
678 property Channel: Integer read GetChannel write SetChannel;
    [all...]

Completed in 208 milliseconds