Searched refs:sent (Results 1 – 7 of 7) sorted by relevance
/bootable/libbootloader/gbl/efi/src/ |
D | fastboot.rs | 112 let mut sent = 0; in send_packet() localVariable 114 while sent < packet.len() { in send_packet() 115 let to_send = core::cmp::min(packet.len() - sent, self.max_packet_size); in send_packet() 117 self.protocol.fastboot_usb_send(&packet[sent..][..to_send], &mut out_size)?; in send_packet() 119 sent += to_send; in send_packet()
|
/bootable/libbootloader/gbl/docs/ |
D | EFI_ANDROID_BOOT_PROTOCOL.md | 80 packet sent by `FastbootUsbSend()` to complete. 261 On entry, the size in bytes of `Buffer` to be sent. If the size is greater than 266 A pointer to the data buffer to be sent. 279 | EFI_SUCCESS | The USB packet is sent successfully. |
|
/bootable/libbootloader/gbl/libfastboot/src/ |
D | lib.rs | 551 let mut sent = 0; in with_mock_upload_builder() localVariable 554 match sent == 0 { in with_mock_upload_builder() 558 sent += data.len() in with_mock_upload_builder() 561 buffer[sent - 12..][..data.len()].clone_from_slice(data); in with_mock_upload_builder() 562 sent += data.len(); in with_mock_upload_builder() 568 (core::cmp::max(sent, 12) - 12, remaining.try_into().unwrap()) in with_mock_upload_builder()
|
/bootable/recovery/ |
D | NOTICE | 67 means any form of electronic, verbal, or written communication sent
|
/bootable/deprecated-ota/ |
D | NOTICE | 67 means any form of electronic, verbal, or written communication sent
|
/bootable/libbootloader/libxbc/ |
D | COPYING | 55 means any form of electronic, verbal, or written communication sent
|
/bootable/libbootloader/ |
D | LICENSE | 55 means any form of electronic, verbal, or written communication sent
|