Searched defs:GetP2PChannel (Results 1 – 4 of 4) sorted by relevance
74 virtual P2PTransportChannel* GetP2PChannel() { return NULL; } in GetP2PChannel() function
78 P2PTransportChannel* TransportChannelProxy::GetP2PChannel() { in GetP2PChannel() function in cricket::TransportChannelProxy
89 virtual P2PTransportChannel* GetP2PChannel() { return this; } in GetP2PChannel() function
75 P2PTransportChannel* GetP2PChannel() { return channel_->GetP2PChannel(); } in GetP2PChannel() function