Searched refs:fragmented (Results 1 – 10 of 10) sorted by relevance
/system/bt/hci/include/ |
D | packet_fragmenter.h | 32 packet_fragmented_cb fragmented; member
|
/system/bt/hci/src/ |
D | packet_fragmenter.cc | 82 callbacks->fragmented(packet, true); in fragment_and_dispatch() 108 callbacks->fragmented(packet, false); in fragment_and_dispatch_acl() 132 callbacks->fragmented(packet, true); in fragment_and_dispatch_acl() 160 callbacks->fragmented(packet, false); in fragment_and_dispatch_iso() 178 callbacks->fragmented(packet, true); in fragment_and_dispatch_iso()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 114 /// For loading via a buffer, loading may optionally be fragmented into multiple 117 /// is fragmented, then the fields fragment_id and total_app_size must 125 /// 3. If the request is fragmented, then the requestor must sequentially send 147 /// Fields that are relevant for fragmented loading 149 /// fragments. For clients that do not support fragmented loading, the 162 /// If true and fragmented loading is requested, the LoadNanoappResponse
|
/system/bt/hci/test/ |
D | packet_fragmenter_host_test.cc | 73 } fragmented; member 86 test_state_.fragmented.access_count_++; in OnFragmented() 100 .fragmented = OnFragmented,
|
D | packet_fragmenter_test.cc | 556 callbacks.fragmented = fragmented_callback;
|
/system/bpf/bpfloader/ |
D | bpfloader.rc | 13 # failures (before memory is fragmented, and cpu is busy running tons of other
|
/system/chre/chpp/ |
D | README.md | 58 …agmentation flag set to (1) indicates that the packet is part of an unfinished, fragmented datagram 89 … support of group ACKs (up to a window size of 127 packets). Note that fragmented messages have mu… 95 Provides the 8-bit sequence number of this packet. Note that fragmented messages have multiple sequ… 99 …smaller than this limit. Data messages larger than the MTU size can be fragmented according to the…
|
D | RELEASE_NOTES.md | 91 - Fixed handling of fragmented datagrams
|
/system/nfc/src/nfc/nfc/ |
D | nfc_ncif.cc | 154 bool fragmented = false; in nfc_ncif_send_data() local 192 fragmented = false; in nfc_ncif_send_data() 194 fragmented = true; in nfc_ncif_send_data() 198 if (!fragmented) { in nfc_ncif_send_data() 234 if (!fragmented) { in nfc_ncif_send_data()
|
/system/chre/doc/ |
D | compatibility.md | 213 compatibility in a fragmented, unpredictable, or hidden way, for example by
|