Searched refs:packets (Results 1 – 8 of 8) 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 258 though currently fastboot packets have a 4-byte maximum length. 277 to ensure no packets are lost, but the general concept of wrapping the fastboot 311 corresponding sequence number in the response packets. 313 Data Packet data, not present in all packets. 320 respond to all query packets regardless of sequence number. 337 These packets wrap the fastboot protocol. To write, the host will 351 Devices must support at least 512-byte packets, but packet size has a direct 353 least 1024-byte packets. On a local network with 0.5ms round-trip time this will [all …]
|
/system/netd/server/ |
D | TetherController.cpp | 867 int64_t packets = strtoul(matches[PACKET_COUNTS].str().c_str(), nullptr, 10); in addForwardChainStats() local 875 iface0.c_str(), iface1.c_str(), packets, bytes, rest.c_str(), line.c_str()); in addForwardChainStats() 883 " ", iface0.c_str(), iface1.c_str(), bytes, packets); in addForwardChainStats() 886 stats.txPackets = packets; in addForwardChainStats() 890 " ", iface0.c_str(), iface1.c_str(), bytes, packets); in addForwardChainStats() 891 stats.rxPackets = packets; in addForwardChainStats()
|
/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/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/src/ |
D | Android.bp | 338 srcs: ["rust/packets/lib.rs", ":NfcGeneratedPackets_rust"], 352 srcs: ["rust/packets/lib.rs", ":NfcGeneratedPackets_rust"],
|
/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 | 326 # reflect fwmark from incoming packets onto generated replies
|