Searched defs:p_buf (Results 1 – 11 of 11) sorted by relevance
/system/nfc/src/gki/common/ |
D | gki_buffer.cc | 481 void GKI_freebuf(void* p_buf) { in GKI_freebuf() 544 uint16_t GKI_get_buf_size(void* p_buf) { in GKI_get_buf_size() 571 bool gki_chk_buf_damage(void* p_buf) { in gki_chk_buf_damage() 660 void* p_buf = nullptr; in GKI_read_mbox() local 694 void GKI_enqueue(BUFFER_Q* p_q, void* p_buf) { in GKI_enqueue() 745 void GKI_enqueue_head(BUFFER_Q* p_q, void* p_buf) { in GKI_enqueue_head() 836 void* GKI_remove_from_queue(BUFFER_Q* p_q, void* p_buf) { in GKI_remove_from_queue() 913 void* GKI_getnext(void* p_buf) { in GKI_getnext() 1125 void GKI_change_buf_owner(void* p_buf, uint8_t task_id) { in GKI_change_buf_owner()
|
/system/nfc/src/nfc/llcp/ |
D | llcp_api.cc | 638 tLLCP_STATUS LLCP_SendUI(uint8_t ssap, uint8_t dsap, NFC_HDR* p_buf) { in LLCP_SendUI() 698 NFC_HDR* p_buf; in LLCP_ReadLogicalLinkData() local 782 NFC_HDR* p_buf; in LLCP_FlushLogicalLinkRxData() local 1059 NFC_HDR* p_buf) { in LLCP_SendData() 1112 NFC_HDR* p_buf; in LLCP_ReadDataLinkData() local 1202 NFC_HDR* p_buf; in LLCP_FlushDataLinkRxData() local
|
/system/nfc/src/fuzzers/ce/ |
D | t3t.cc | 48 auto p_buf = ctx.GetBuffer(size_max); in Init_ReadOnly() local 58 auto p_buf = ctx.GetBuffer(size_max); in Init_ReadWrite() local
|
/system/nfc/src/nfc/nfc/ |
D | nfc_utils.cc | 154 void* p_buf; in nfc_free_conn_cb() local
|
D | nfc_ncif.cc | 262 void nfc_ncif_check_cmd_queue(NFC_HDR* p_buf) { in nfc_ncif_check_cmd_queue() 363 void nfc_ncif_send_cmd(NFC_HDR* p_buf) { in nfc_ncif_send_cmd()
|
D | nfc_main.cc | 1142 void* p_buf; in NFC_FlushData() local
|
/system/nfc/src/nfa/hci/ |
D | nfa_hci_utils.cc | 304 NFC_HDR* p_buf; in nfa_hciu_send_msg() local 1394 static void handle_debug_loopback(NFC_HDR* p_buf, uint8_t type, in handle_debug_loopback()
|
/system/nfc/src/nfc/include/ |
D | ce_int.h | 55 uint8_t* p_buf; /* Current contents for READs */ member
|
/system/nfc/src/nfc/tags/ |
D | ce_t3t.cc | 865 uint32_t size_current, uint8_t* p_buf, in CE_T3tSetLocalNDEFMsg()
|
D | rw_i93.cc | 3178 NFC_HDR* p_buf; in rw_i93_process_timeout() local
|
/system/nfc/src/nfa/include/ |
D | nfa_ee_api.h | 186 uint8_t* p_buf; /* Data buffer */ member
|