HomeSort by relevance Sort by last modified time
    Searched refs:packet_count (Results 1 - 14 of 14) sorted by null

  /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
before_streaming_fixture.h 44 // Waits until packet_count packetes have been processed by recipient.
45 void WaitForTransmittedPackets(int32_t packet_count);
before_streaming_fixture.cc 59 void BeforeStreamingFixture::WaitForTransmittedPackets(int32_t packet_count) {
60 transport_->WaitForTransmittedPackets(packet_count);
after_initialization_fixture.h 54 void WaitForTransmittedPackets(int32_t packet_count) {
58 int32_t limit = transmitted_packets_.Value() + packet_count;
  /tools/test/connectivity/acts/framework/acts/controllers/sniffer_lib/local/
tcpdump.py 48 packet_count=None):
51 if packet_count is not None:
52 cmd = "{} -c {}".format(cmd, packet_count)
tshark.py 49 packet_count=None):
54 if packet_count is not None:
55 cmd = "{} -c {}".format(cmd, packet_count)
local_base.py 96 packet_count=None):
113 packet_count=None):
129 duration=duration, packet_count=packet_count)
  /tools/test/connectivity/acts/framework/tests/
SnifferSanityTest.py 43 packet_count=self._packet_count):
60 packet_count=self._packet_count)
73 packet_count=3,
  /external/libpcap/tests/
selpolltest.c 65 int packet_count; local
180 packet_count = 0;
182 (u_char *)&packet_count);
186 status, packet_count);
226 packet_count = 0;
228 (u_char *)&packet_count);
232 status, packet_count);
237 packet_count = 0;
239 (u_char *)&packet_count);
243 status, packet_count);
    [all...]
capturetest.c 70 int packet_count; local
173 packet_count = 0;
175 (u_char *)&packet_count);
180 status, packet_count);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
packet_loss_stats.cc 59 int packet_count, unused1, unused2; local
60 ComputeLossCounts(&unused1, &unused2, &packet_count);
61 return packet_count;
rtcp_packet.h 171 void WithPacketCount(uint32_t packet_count) {
172 sr_.SenderPacketCount = packet_count;
  /tools/test/connectivity/acts/framework/acts/controllers/
sniffer.py 171 duration=None, packet_count=None):
203 packet_count: An integer specifying the number of packets to capture
  /external/autotest/server/cros/chaos_lib/
chaos_capture_analyzer.py 616 packet_count = capture.count_packets_from(bssids)
617 if not packet_count:
623 (bssids, packet_count))
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 451 static void le_test_mode_recv_callback (bt_status_t status, uint16_t packet_count) {
453 ALOGV("%s: status:%d packet_count:%d ", __FUNCTION__, status, packet_count);
    [all...]

Completed in 995 milliseconds