Home
last modified time | relevance | path

Searched refs:fragmented (Results 1 – 6 of 6) sorted by relevance

/system/bt/hci/include/
Dpacket_fragmenter.h32 packet_fragmented_cb fragmented; member
/system/bt/hci/src/
Dpacket_fragmenter.cc68 callbacks->fragmented(packet, true); in fragment_and_dispatch()
91 callbacks->fragmented(packet, false); in fragment_and_dispatch()
115 callbacks->fragmented(packet, true); in fragment_and_dispatch()
/system/chre/platform/shared/idl/
Dhost_messages.fbs99 /// For loading via a buffer, loading may optionally be fragmented into multiple
102 /// is fragmented, then the fields fragment_id and total_app_size must
110 /// 3. If the request is fragmented, then the requestor must sequentially send
132 /// Fields that are relevant for fragmented loading
134 /// fragments. For clients that do not support fragmented loading, the
/system/bpf/bpfloader/
Dbpfloader.rc16 # failures (before memory is fragmented, and cpu is busy running tons of other
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc149 bool fragmented = false; in nfc_ncif_send_data() local
187 fragmented = false; in nfc_ncif_send_data()
189 fragmented = true; in nfc_ncif_send_data()
193 if (!fragmented) { in nfc_ncif_send_data()
229 if (!fragmented) { in nfc_ncif_send_data()
/system/bt/hci/test/
Dpacket_fragmenter_test.cc302 callbacks.fragmented = fragmented_callback;