Home
last modified time | relevance | path

Searched defs:GetP2PChannel (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtransportchannel.h74 virtual P2PTransportChannel* GetP2PChannel() { return NULL; } in GetP2PChannel() function
Dtransportchannelproxy.cc78 P2PTransportChannel* TransportChannelProxy::GetP2PChannel() { in GetP2PChannel() function in cricket::TransportChannelProxy
Dp2ptransportchannel.h89 virtual P2PTransportChannel* GetP2PChannel() { return this; } in GetP2PChannel() function
/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dsocketmonitor.h75 P2PTransportChannel* GetP2PChannel() { return channel_->GetP2PChannel(); } in GetP2PChannel() function