HomeSort by relevance Sort by last modified time
    Searched defs:packets (Results 101 - 125 of 357) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/netd/server/
BandwidthController.cpp 801 int64_t packets, bytes; local
815 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
820 &packets, &bytes, iface0, iface1, rest);
825 &packets, &bytes, iface0, iface1, rest);
828 iface0, iface1, packets, bytes, rest, buffPtr);
842 ALOGV("2Filter RX iface_in=%s iface_out=%s rx_bytes=%" PRId64" rx_packets=%" PRId64" ", iface0, iface1, bytes, packets);
843 stats.rxPackets = packets;
846 ALOGV("2Filter TX iface_in=%s iface_out=%s rx_bytes=%" PRId64" rx_packets=%" PRId64" ", iface0, iface1, bytes, packets);
847 stats.txPackets = packets;
852 ALOGV("1Filter RX iface_in=%s iface_out=%s rx_bytes=%" PRId64" rx_packets=%" PRId64" ", iface0, iface1, bytes, packets);
    [all...]
  /bionic/libc/kernel/uapi/linux/
firewire-cdev.h 213 __u64 packets; member in struct:fw_cdev_queue_iso
  /development/ndk/platforms/android-21/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
usb.c 409 int blocksize,packets; local
434 packets = (len + blocksize - 1) / blocksize;
450 mmio_write_32(DIEPTSIZ(ep), len | (packets << 19));
546 int packets; local
559 packets = (len + blocksize - 1) / blocksize;
563 /*Max recv packets is 1023*/
564 if (packets > MAX_RX_PACKET) {
    [all...]
  /external/ImageMagick/coders/
psd.c 415 if (packets == 0) \
417 packets--
435 packets;
437 packets=(ssize_t) number_compact_pixels;
438 for (i=0; (packets > 1) && (i < (ssize_t) number_pixels); )
440 packets--;
430 packets; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
firewire-cdev.h 112 * involve response packets. This includes unified write transactions,
114 * packets. @rcode indicates success or failure of such transmissions.
216 * %FW_CDEV_IOC_FLUSH_ISO, or when there have been so many completed packets
224 * is a multiple of 4 and &header contains timestamps of all packets up until
230 * The headers stripped of all packets up until and including the interrupt
236 * packets received in this interrupt event. The client can now iterate
237 * through the mmap()'ed DMA buffer according to this number of packets and
825 __u64 packets; member in struct:fw_cdev_queue_iso
    [all...]
  /external/libnetfilter_conntrack/include/internal/
object.h 142 uint64_t packets; member in struct:__nfct_counters
  /external/libnl/lib/netfilter/
ct_obj.c 275 uint64_t packets; local
292 nl_dump_line(p, " # packets volume\n");
295 packets = nfnl_ct_get_packets(ct, i);
296 nl_dump_line(p, " %s %10" PRIu64 " %7.2f %s\n", names[i], packets, res, unit);
328 diff |= CT_DIFF_VAL(ORIG_PACKETS, ct_orig.packets);
337 diff |= CT_DIFF_VAL(REPL_PACKETS, ct_repl.packets);
773 void nfnl_ct_set_packets(struct nfnl_ct *ct, int repl, uint64_t packets)
778 dir->packets = packets;
792 return dir->packets;
    [all...]
  /external/libogg/src/
framing.c 13 function: code raw packets into framed OggSquish stream and
14 decode Ogg streams back into raw packets
74 /* returns the number of packets that are completed on this page (if
400 2) Unless necessary, don't flush pages if there are less than four packets on
401 them; this expands page size to reduce unneccessary overhead if incoming packets
503 /* This will flush remaining packets into a page (returning nonzero),
505 (undersized page). If there are no packets or partial packets to
508 ogg_stream_flush does not guarantee that all packets have flushed.
553 packets out calling ogg_stream_packetout() with
1462 int i,j,packets,pageout=pageskip; local
1644 const int packets[]={17, -1}; local
1653 const int packets[]={17, 254, 255, 256, 500, 510, 600, -1}; local
1662 const int packets[]={0,17, 254, 255, 0, 256, 0, 500, 510, 600, 0, -1}; local
1671 const int packets[]={4345,259,255,-1}; local
1681 const int packets[]={0,65500,259,255,-1}; local
1690 const int packets[]={0,4345,259,255,0,0,-1}; local
1700 const int packets[]={0,10,10,10,10,10,10,10,10, local
1740 const int packets[]={0,100,130049,259,255,-1}; local
1750 const int packets[]={0,100,130049,259,255,-1}; local
1759 const int packets[]={0,100,64770,-1}; local
    [all...]
  /external/libpcap/
pcap-usb-linux.c 889 int packets = 0; local
896 int limit = max_packets - packets;
950 packets++;
955 if (PACKET_COUNT_IS_UNLIMITED(max_packets) || (packets == max_packets))
965 return packets;
  /external/webrtc/talk/media/base/
videoengine_unittest.h 178 // This is required if you want to test unsignalled recv of video rtp packets.
243 int packets = 0; local
245 packets = NumRtpPackets();
248 } while (NumRtpPackets() > packets);
642 // the number of expected packets have been sent to avoid races where we
658 << "Timed out while waiting for packet counts for all sent packets.";
691 // Packets are being paced out, so these can mismatch between the first and
692 // second call to NumRtpPackets until pending packets are paced out.
715 // Packets are being paced out, so these can mismatch between the first and
716 // second call to NumRtpPackets until pending packets are paced out
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
firewire-cdev.h 112 * involve response packets. This includes unified write transactions,
114 * packets. @rcode indicates success or failure of such transmissions.
220 * is a multiple of 4 and &header contains timestamps of all packets up until
226 * The headers stripped of all packets up until and including the interrupt
232 * packets received in this interrupt event. The client can now iterate
233 * through the mmap()'ed DMA buffer according to this number of packets and
751 * packets are queued for this entry.
755 * If the @control.SYNC flag is set, the context drops all packets until a
815 __u64 packets; member in struct:fw_cdev_queue_iso
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso

Completed in 1900 milliseconds

1 2 3 45 6 7 8 91011>>