HomeSort by relevance Sort by last modified time
    Searched refs:packet_count (Results 1 - 19 of 19) 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,
  /kernel/tests/net/test/
bpf_test.py 56 def SocketUDPLoopBack(packet_count, version, prog_fd):
66 for i in xrange(packet_count):
224 packet_count = 10
225 SocketUDPLoopBack(packet_count, 4, self.prog_fd)
226 SocketUDPLoopBack(packet_count, 6, self.prog_fd)
227 self.assertEquals(packet_count * 2, LookupMap(self.map_fd, key).value)
244 packet_count = 10
246 self.sock = SocketUDPLoopBack(packet_count, version, self.prog_fd)
248 self.assertEquals(packet_count, LookupMap(self.map_fd, cookie).value)
268 packet_count = 1
    [all...]
  /external/libpcap/tests/
selpolltest.c 122 int packet_count; local
237 packet_count = 0;
239 (u_char *)&packet_count);
243 status, packet_count);
283 packet_count = 0;
285 (u_char *)&packet_count);
289 status, packet_count);
294 packet_count = 0;
296 (u_char *)&packet_count);
300 status, packet_count);
    [all...]
capturetest.c 117 int packet_count; local
220 packet_count = 0;
222 (u_char *)&packet_count);
227 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;
  /external/libusb/libusb/os/
haiku_usb_raw.h 176 uint32 packet_count; member in struct:__anon24409::__anon24424
haiku_usb_backend.cpp 126 command.isochronous.packet_count = fLibusbTransfer->num_iso_packets;
  /external/openssh/regress/misc/kexfuzz/
kexfuzz.c 52 int *packet_count = mydirection == S2C ? ctx->s2c : ctx->c2s; local
59 *packet_count, *typep);
63 ctx->packet_index == *packet_count) {
95 (*packet_count)++;
  /tools/test/connectivity/acts/framework/acts/controllers/
sniffer.py 177 packet_count=None):
209 packet_count: An integer specifying the number of packets to capture
  /external/autotest/server/cros/chaos_lib/
chaos_capture_analyzer.py 614 packet_count = capture.count_packets_from(bssids)
615 if not packet_count:
621 (bssids, packet_count))
  /test/vts-testcase/kernel/api/qtaguid/
SocketTagUserSpace.cpp 72 int packet_Count = 1024;
74 snprintf(byte_buffer, sizeof(byte_buffer), "%d", packet_Count);
477 uint32_t packet_count = 1; local
482 EXPECT_GT(*(stats_result_ + 1), packet_count)
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 398 uint16_t packet_count) {
399 ALOGV("%s: status:%d packet_count:%d ", __func__, status, packet_count);
    [all...]

Completed in 601 milliseconds