Searched refs:packet_len (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NetworkStack/tests/unit/jni/ |
D | apf_jni.cpp | 37 const uint8_t* packet, uint32_t packet_len, in run_apf_interpreter() argument 40 return accept_packet((uint8_t*)program, program_len, ram_len, packet, packet_len, in run_apf_interpreter() 43 return apf_run(nullptr, program, program_len, ram_len, packet, packet_len, in run_apf_interpreter() 55 uint32_t packet_len = (uint32_t)packet.size(); in com_android_server_ApfTest_apfSimulate() local 77 reinterpret_cast<const uint8_t *>(packet.get()), packet_len, in com_android_server_ApfTest_apfSimulate()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iso_impl.h | 792 void on_iso_event(uint8_t code, uint8_t* packet, uint16_t packet_len) { in on_iso_event() 795 process_cis_est_pkt(packet_len, packet); in on_iso_event() 798 process_create_big_cmpl_pkt(packet_len, packet); in on_iso_event() 801 process_terminate_big_cmpl_pkt(packet_len, packet); in on_iso_event()
|