Searched refs:FindChannel (Results 1 – 6 of 6) sorted by relevance
739 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::TurnServerAllocation859 TurnServerAllocation::Channel* TurnServerAllocation::FindChannel( in FindChannel() function in cricket::TurnServerAllocation
111 Channel* FindChannel(int channel_id) const;112 Channel* FindChannel(const rtc::SocketAddress& addr) const;
38 RdmaChannel* FindChannel(const string& key);
65 RdmaChannel* rc = rdma_mgr_->FindChannel(src_name); in RecvFromRemoteAsync()
114 RdmaChannel* rc = rdma_mgr_->FindChannel(remote_host_name); in GetRemoteAddressSync()
195 RdmaChannel* RdmaMgr::FindChannel(const string& name) { in FindChannel() function in tensorflow::RdmaMgr