Searched refs:packets (Results 1 – 14 of 14) sorted by relevance
/system/core/fastboot/ |
D | README.md | 58 send the indicated amount of data. Short packets are always 59 acceptable and zero-length packets are ignored. This phase continues 295 though currently fastboot packets have a 4-byte maximum length. 314 to ensure no packets are lost, but the general concept of wrapping the fastboot 348 corresponding sequence number in the response packets. 350 Data Packet data, not present in all packets. 357 respond to all query packets regardless of sequence number. 374 These packets wrap the fastboot protocol. To write, the host will 388 Devices must support at least 512-byte packets, but packet size has a direct 390 least 1024-byte packets. On a local network with 0.5ms round-trip time this will [all …]
|
/system/netd/server/ |
D | TetherController.cpp | 863 int64_t packets = strtoul(matches[PACKET_COUNTS].str().c_str(), nullptr, 10); in addForwardChainStats() local 871 iface0.c_str(), iface1.c_str(), packets, bytes, rest.c_str(), line.c_str()); in addForwardChainStats() 879 " ", iface0.c_str(), iface1.c_str(), bytes, packets); in addForwardChainStats() 882 stats.txPackets = packets; in addForwardChainStats() 886 " ", iface0.c_str(), iface1.c_str(), bytes, packets); in addForwardChainStats() 887 stats.rxPackets = packets; in addForwardChainStats()
|
/system/nfc/tools/casimir/src/ |
D | rf_packets.pdl | 3 /// The specification of RF packets is based on the following specifications: 45 /// Type of packets being sent. 63 /// The definition of packets does not aim to reproduce the exact protocol 194 /// Transmit data packets of the selected protocol.
|
D | main.rs | 32 pub mod packets; module 35 use packets::{nci, rf};
|
D | main-grpc.rs | 32 pub mod packets; module 36 use packets::{nci, rf};
|
D | nci_packets.pdl | 134 // The Control and Data packets differ in the reserved fields
|
D | controller.rs | 17 use crate::packets::{nci, rf};
|
/system/chre/chpp/ |
D | README.md | 33 CHPP packets consist of a 2-byte preamble (packet start delimiter) and 8 bytes of header informatio… 50 CHPP packets use a two-byte preamble as the packet start delimiter. If the receiving side is not ac… 82 …pon receipt, the endpoint resets all its state, for example dropping any packets awaiting transmis… 89 …packets, effectively acknowledging all packets up to (n-1). The 1-byte ack allows for (optional, f… 142 …unction that enables the link layer to indicate the end of a packet. For packets with a corrupt le… 143 …gned exclusively for link layers that can identify the end of individual packets. The availability…
|
D | RELEASE_NOTES.md | 140 This release enables better identification of end-of-packets as well as addressing bugs and compati… 173 - Fixed ARQ handling of duplicate packets
|
/system/nfc/src/ |
D | Android.bp | 317 "rust/packets/lib.rs", 332 "rust/packets/lib.rs",
|
/system/hardware/interfaces/net/netd/1.0/ |
D | INetd.hal | 42 * routing packets to this network. No applications may use this mark. They must
|
/system/nfc/tools/casimir/ |
D | README.rst | 12 RF communications between multiple connected hosts. Cf the RF packets
|
/system/libsysprop/srcs/android/sysprop/ |
D | BluetoothProperties.sysprop | 36 # When snoop_log_mode is set as filtered, this filter truncates ACL packets (non-fragment) 46 # When snoop_log_mode is set as filtered, this filter discards A2DP media packets (non-split mode) 55 # When snoop_log_mode is set as filtered, this filters MAP packets based on the filter mode: 68 # When snoop_log_mode is set as filtered, this filters PBAP and HFP packets (CPBR, CLCC)
|
/system/core/rootdir/ |
D | init.rc | 337 # reflect fwmark from incoming packets onto generated replies
|