Searched defs:p_buf (Results 1 – 5 of 5) sorted by relevance
/external/uwb/src/uwb/uci/ |
D | uci_hrcv.cc | 47 bool uwb_proc_core_rsp(uint8_t op_code, uint8_t* p_buf, uint16_t len) { in uwb_proc_core_rsp() 83 void uci_proc_core_management_ntf(uint8_t op_code, uint8_t* p_buf, in uci_proc_core_management_ntf() 107 void uci_proc_session_management_rsp(uint8_t op_code, uint8_t* p_buf, in uci_proc_session_management_rsp() 149 void uci_proc_test_management_rsp(uint8_t op_code, uint8_t* p_buf, in uci_proc_test_management_rsp() 188 void uci_proc_session_management_ntf(uint8_t op_code, uint8_t* p_buf, in uci_proc_session_management_ntf() 212 void uci_proc_rang_management_rsp(uint8_t op_code, uint8_t* p_buf, in uci_proc_rang_management_rsp() 242 void uci_proc_rang_management_ntf(uint8_t op_code, uint8_t* p_buf, in uci_proc_rang_management_ntf() 266 void uci_proc_android_rsp(uint8_t op_code, uint8_t* p_buf, uint16_t len) { in uci_proc_android_rsp() 288 void uci_proc_vendor_specific_ntf(uint8_t gid, uint8_t* p_buf, uint16_t len) { in uci_proc_vendor_specific_ntf() 317 void uci_proc_raw_cmd_rsp(uint8_t* p_buf, uint16_t len) { in uci_proc_raw_cmd_rsp() [all …]
|
/external/uwb/src/uwb/uwb/ |
D | uwb_ucif.cc | 129 void uwb_ucif_retransmit_cmd(UWB_HDR* p_buf) { in uwb_ucif_retransmit_cmd() 151 void uwb_ucif_check_cmd_queue(UWB_HDR* p_buf) { in uwb_ucif_check_cmd_queue() 230 void uwb_ucif_send_cmd(UWB_HDR* p_buf) { in uwb_ucif_send_cmd() 432 void uwb_ucif_proc_core_device_reset_rsp_status(uint8_t* p_buf, uint16_t len) { in uwb_ucif_proc_core_device_reset_rsp_status() 465 void uwb_ucif_proc_core_set_config_status(uint8_t* p_buf, uint16_t len) { in uwb_ucif_proc_core_set_config_status() 499 void uwb_ucif_proc_core_get_config_rsp(uint8_t* p_buf, uint16_t len) { in uwb_ucif_proc_core_get_config_rsp() 535 void uwb_ucif_session_management_status(tUWB_RESPONSE_EVT event, uint8_t* p_buf, in uwb_ucif_session_management_status() 592 void uwb_ucif_proc_app_get_config_status(uint8_t* p_buf, uint16_t len) { in uwb_ucif_proc_app_get_config_status() 627 void uwb_ucif_proc_app_set_config_status(uint8_t* p_buf, uint16_t len) { in uwb_ucif_proc_app_set_config_status() 664 void uwb_ucif_range_management_status(tUWB_RESPONSE_EVT event, uint8_t* p_buf, in uwb_ucif_range_management_status() [all …]
|
/external/uwb/src/gki/common/ |
D | uwb_gki_buffer.cc | 347 void phUwb_GKI_freebuf(void* p_buf) { in phUwb_GKI_freebuf() 403 uint16_t phUwb_GKI_get_buf_size(void* p_buf) { in phUwb_GKI_get_buf_size() 426 bool phUwb_gki_chk_buf_damage(void* p_buf) { in phUwb_gki_chk_buf_damage() 514 void* p_buf = NULL; in phUwb_GKI_read_mbox() local 548 void phUwb_GKI_enqueue(BUFFER_Q* p_q, void* p_buf) { in phUwb_GKI_enqueue()
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_crc32.c | 549 const unsigned char *p_buf, in sctp_crc32c_sb8_64_bit()
|
/external/ltp/testcases/lib/ |
D | tst_net_vars.c | 464 char *p_buf = buf; in get_ipv4_network() local
|