HomeSort by relevance Sort by last modified time
    Searched refs:GetP2PChannel (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.h 75 P2PTransportChannel* GetP2PChannel() { return channel_->GetP2PChannel(); }
socketmonitor.cc 71 if (GetP2PChannel() != NULL) {
72 GetP2PChannel()->SignalConnectionMonitor.connect(
83 if (GetP2PChannel() != NULL)
84 GetP2PChannel()->SignalConnectionMonitor.disconnect(this);
117 P2PTransportChannel* p2p_channel = GetP2PChannel();
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.h 58 virtual P2PTransportChannel* GetP2PChannel();
transportchannelproxy.cc 78 P2PTransportChannel* TransportChannelProxy::GetP2PChannel() {
80 return impl_->GetP2PChannel();
transportchannel.h 74 virtual P2PTransportChannel* GetP2PChannel() { return NULL; }
p2ptransportchannel.h 89 virtual P2PTransportChannel* GetP2PChannel() { return this; }

Completed in 74 milliseconds