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

  /external/tcpdump/
packetdat.awk 33 totalPackets++
45 print "# " maxId " chunks. " totalPackets " packets sent. " \
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 43 size_t totalPackets; // total number of packets in input file
44 size_t numPackets; // number of packets to play, defaults to totalPackets - firstPacket
344 totalPackets = filelen / MPEG2TS_PACKET_SIZE;
345 printf("%s has %zu total packets\n", uri, totalPackets);
346 if (firstPacket >= totalPackets) {
351 numPackets = totalPackets - firstPacket;
352 } else if (firstPacket + numPackets > totalPackets) {
354 numPackets = totalPackets - firstPacket;
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 82 milliseconds