Searched refs:FindChannel (Results 1 – 4 of 4) sorted by relevance
80 internal::Channel* channel = FindChannel(packet.channel_id()); in ProcessPacket()169 internal::Channel* Server::FindChannel(uint32_t id) const { in FindChannel() function in pw::rpc::Server180 internal::Channel* channel = FindChannel(Channel::kUnassignedChannelId); in AssignChannel()
66 internal::Channel* FindChannel(uint32_t id) const;
800 Channel* channel1 = FindChannel(channel_id); in HandleChannelBindRequest()801 Channel* channel2 = FindChannel(peer_attr->GetAddress()); in HandleChannelBindRequest()832 Channel* channel = FindChannel(channel_id); in HandleChannelData()851 Channel* channel = FindChannel(addr); in OnExternalPacket()913 TurnServerAllocation::Channel* TurnServerAllocation::FindChannel( in FindChannel() function in cricket::TurnServerAllocation923 TurnServerAllocation::Channel* TurnServerAllocation::FindChannel( in FindChannel() function in cricket::TurnServerAllocation
116 Channel* FindChannel(int channel_id) const;117 Channel* FindChannel(const rtc::SocketAddress& addr) const;