Lines Matching refs:EmulatedEndpointImpl
169 EmulatedEndpointImpl::EmulatedEndpointImpl(uint64_t id, in EmulatedEndpointImpl() function in webrtc::EmulatedEndpointImpl
201 EmulatedEndpointImpl::~EmulatedEndpointImpl() = default;
203 uint64_t EmulatedEndpointImpl::GetId() const { in GetId()
207 void EmulatedEndpointImpl::SendPacket(const rtc::SocketAddress& from, in SendPacket()
229 absl::optional<uint16_t> EmulatedEndpointImpl::BindReceiver( in BindReceiver()
260 uint16_t EmulatedEndpointImpl::NextPort() { in NextPort()
270 void EmulatedEndpointImpl::UnbindReceiver(uint16_t port) { in UnbindReceiver()
275 rtc::IPAddress EmulatedEndpointImpl::GetPeerLocalAddress() const { in GetPeerLocalAddress()
279 void EmulatedEndpointImpl::OnPacketReceived(EmulatedIpPacket packet) { in OnPacketReceived()
305 void EmulatedEndpointImpl::Enable() { in Enable()
311 void EmulatedEndpointImpl::Disable() { in Disable()
317 bool EmulatedEndpointImpl::Enabled() const { in Enabled()
322 EmulatedNetworkStats EmulatedEndpointImpl::stats() { in stats()
327 void EmulatedEndpointImpl::UpdateReceiveStats(const EmulatedIpPacket& packet) { in UpdateReceiveStats()
345 const std::vector<EmulatedEndpointImpl*>& endpoints) in EndpointsContainer()
348 EmulatedEndpointImpl* EndpointsContainer::LookupByLocalAddress( in LookupByLocalAddress()
359 bool EndpointsContainer::HasEndpoint(EmulatedEndpointImpl* endpoint) const { in HasEndpoint()