Searched defs:p_buf (Results  1 – 11 of 11) sorted by relevance
| /system/nfc/src/gki/common/ | 
| D | gki_buffer.cc | 483 void GKI_freebuf(void* p_buf) {  in GKI_freebuf() 546 uint16_t GKI_get_buf_size(void* p_buf) {  in GKI_get_buf_size() 573 bool gki_chk_buf_damage(void* p_buf) {  in gki_chk_buf_damage() 662   void* p_buf = nullptr;  in GKI_read_mbox()  local 696 void GKI_enqueue(BUFFER_Q* p_q, void* p_buf) {  in GKI_enqueue() 747 void GKI_enqueue_head(BUFFER_Q* p_q, void* p_buf) {  in GKI_enqueue_head() 837 void* GKI_remove_from_queue(BUFFER_Q* p_q, void* p_buf) {  in GKI_remove_from_queue() 914 void* GKI_getnext(void* p_buf) {  in GKI_getnext() 1126 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 | 615 tLLCP_STATUS LLCP_SendUI(uint8_t ssap, uint8_t dsap, NFC_HDR* p_buf) {  in LLCP_SendUI() 675   NFC_HDR* p_buf;  in LLCP_ReadLogicalLinkData()  local 759   NFC_HDR* p_buf;  in LLCP_FlushLogicalLinkRxData()  local 1036                            NFC_HDR* p_buf) {  in LLCP_SendData() 1089   NFC_HDR* p_buf;  in LLCP_ReadDataLinkData()  local 1179   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 | 261 void nfc_ncif_check_cmd_queue(NFC_HDR* p_buf) {  in nfc_ncif_check_cmd_queue() 362 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 | 863                                   uint32_t size_current, uint8_t* p_buf,  in CE_T3tSetLocalNDEFMsg()
  | 
| D | rw_i93.cc | 3185   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
  |