OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindChannel
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
turnserver.h
111
Channel*
FindChannel
(int channel_id) const;
112
Channel*
FindChannel
(const rtc::SocketAddress& addr) const;
turnserver.cc
739
Channel* channel1 =
FindChannel
(channel_id);
740
Channel* channel2 =
FindChannel
(peer_attr->GetAddress());
771
Channel* channel =
FindChannel
(channel_id);
788
Channel* channel =
FindChannel
(addr);
849
TurnServerAllocation::Channel* TurnServerAllocation::
FindChannel
(
859
TurnServerAllocation::Channel* TurnServerAllocation::
FindChannel
(
Completed in 70 milliseconds