Home
last modified time | relevance | path

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

/external/webrtc/test/network/
Dnetwork_emulation.h38 class LinkEmulation : public EmulatedNetworkReceiverInterface {
40 LinkEmulation(Clock* clock, in LinkEmulation() function
109 LinkEmulation* link() { return &link_; } in link()
122 LinkEmulation link_;
Dnetwork_emulation.cc23 void LinkEmulation::OnPacketReceived(EmulatedIpPacket packet) { in OnPacketReceived()
60 void LinkEmulation::Process(Timestamp at_time) { in Process()