Searched refs:packet_len (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Nfc/libnfc-nci/tests/src/ |
D | nfc_ncif_test.cc | 67 uint8_t packet_len = sizeof(packet); in TEST_F() local 83 nfc_ncif_proc_activate(packet, packet_len); in TEST_F() 88 uint8_t packet_len = sizeof(packet); in TEST_F() local 95 nfc_ncif_proc_activate(packet, packet_len); in TEST_F() 114 uint8_t packet_len = sizeof(packet); in TEST_F() local 124 nfc_ncif_proc_activate(packet, packet_len); in TEST_F() 148 uint8_t packet_len = sizeof(packet); in TEST_F() local 163 nfc_ncif_proc_activate(packet, packet_len); in TEST_F() 191 uint8_t packet_len = sizeof(packet); in TEST_F() local 207 nfc_ncif_proc_activate(packet, packet_len); in TEST_F() [all …]
|
/packages/modules/NetworkStack/tests/unit/jni/ |
D | apf_jni.cpp | 45 const uint8_t* packet, uint32_t packet_len, in run_apf_interpreter() argument 48 return accept_packet((uint8_t*)program, program_len, ram_len, packet, packet_len, in run_apf_interpreter() 51 return apf_run(nullptr, program, program_len, ram_len, packet, packet_len, in run_apf_interpreter() 63 uint32_t packet_len = (uint32_t)packet.size(); in com_android_server_ApfTest_apfSimulate() local 87 reinterpret_cast<const uint8_t *>(packet.get()), packet_len, in com_android_server_ApfTest_apfSimulate()
|
/packages/modules/Bluetooth/offload/hci/ |
D | data.rs | 135 let packet_len = Self::sdu_header_len(&self.sdu_fragment) + self.payload.len(); in write() localVariable 136 w.write_u16(pack!(u16::try_from(packet_len).unwrap(), 14)); in write()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iso_impl.h | 798 void on_iso_event(uint8_t code, uint8_t* packet, uint16_t packet_len) { in on_iso_event() 801 process_cis_est_pkt(packet_len, packet); in on_iso_event() 804 process_create_big_cmpl_pkt(packet_len, packet); in on_iso_event() 807 process_terminate_big_cmpl_pkt(packet_len, packet); in on_iso_event()
|