Home
last modified time | relevance | path

Searched defs:data_packet (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/flashrom/
H A Ddediprog.c370 struct flashctx *const flash, uint8_t *data_packet, unsigned int count, in prepare_rw_cmd()
480 uint8_t data_packet[command_packet_size]; in dediprog_spi_bulk_read() local
639 uint8_t data_packet[command_packet_size]; in dediprog_spi_bulk_write() local
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dtube.rs150 let mut data_packet = in send_proto() localVariable
250 let mut data_packet = Cursor::new(Vec::with_capacity( in serialize_and_send() localVariable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dcontroller_test.h146 void OnAclDataReceived(hci::ACLDataPacketPtr data_packet) { in OnAclDataReceived()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dpixel_modem_module.cc91 protozero::HeapBuffered<protos::pbzero::TracePacket> data_packet; in TokenizePacket() local
H A Dandroid_probes_module.cc212 protozero::HeapBuffered<protos::pbzero::TracePacket> data_packet; in TokenizePacket() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc379 BT_HDR* data_packet = AllocateWrappedOutgoingL2capAclPacket(CreateQuickDataPacket( in SendAndVerifyOutgoingTransmission() local
394 BT_HDR* data_packet = AllocateWrappedIncomingL2capAclPacket(CreateQuickDataPacket( in ReceiveAndVerifyIncomingTransmission() local
/aosp_15_r20/system/nfc/tools/casimir/src/
H A Dcontroller.rs1863 async fn data_packet(&mut self, data: rf::Data) -> Result<()> { in data_packet() method
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Duci_manager.rs1717 data_packet: UciDataPacketHal, field