Home
last modified time | relevance | path

Searched refs:FindChannel (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dturnserver.cc739 Channel* channel1 = FindChannel(channel_id); in HandleChannelBindRequest()
740 Channel* channel2 = FindChannel(peer_attr->GetAddress()); in HandleChannelBindRequest()
771 Channel* channel = FindChannel(channel_id); in HandleChannelData()
788 Channel* channel = FindChannel(addr); in OnExternalPacket()
849 TurnServerAllocation::Channel* TurnServerAllocation::FindChannel( in FindChannel() function in cricket::TurnServerAllocation
859 TurnServerAllocation::Channel* TurnServerAllocation::FindChannel( in FindChannel() function in cricket::TurnServerAllocation
Dturnserver.h111 Channel* FindChannel(int channel_id) const;
112 Channel* FindChannel(const rtc::SocketAddress& addr) const;