Home
last modified time | relevance | path

Searched refs:WaitForTransmittedPackets (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
Dbefore_streaming_fixture.cc59 void BeforeStreamingFixture::WaitForTransmittedPackets(int32_t packet_count) { in WaitForTransmittedPackets() function in BeforeStreamingFixture
60 transport_->WaitForTransmittedPackets(packet_count); in WaitForTransmittedPackets()
Dbefore_streaming_fixture.h45 void WaitForTransmittedPackets(int32_t packet_count);
Dafter_initialization_fixture.h54 void WaitForTransmittedPackets(int32_t packet_count) { in WaitForTransmittedPackets() function