Searched refs:NFC_HDR (Results 1 – 7 of 7) sorted by relevance
156 NFC_HDR *p_msg; in HAL_NfcCoreInitialized()165 if ((p_msg = (NFC_HDR *)GKI_getbuf ((UINT16)(size + NFC_HDR_SIZE))) != NULL) in HAL_NfcCoreInitialized()191 NFC_HDR *p_msg; in HAL_NfcWrite()203 if ((p_msg = (NFC_HDR *)GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in HAL_NfcWrite()236 NFC_HDR *p_msg; in HAL_NfcPreDiscover()246 if ((p_msg = (NFC_HDR *)GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in HAL_NfcPreDiscover()277 NFC_HDR *p_msg; in HAL_NfcControlGranted()281 if ((p_msg = (NFC_HDR *)GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in HAL_NfcControlGranted()
294 NFC_HDR *p_msg; in nfc_hal_main_handle_terminate()318 while ((p_msg = (NFC_HDR *) GKI_read_mbox (NFC_HAL_TASK_MBOX)) != NULL) in nfc_hal_main_handle_terminate()342 NFC_HDR *p_msg; in nfc_hal_main_start_quick_timer()351 if ((p_msg = (NFC_HDR *) GKI_getbuf (NFC_HDR_SIZE)) != NULL) in nfc_hal_main_start_quick_timer()433 void nfc_hal_send_nci_msg_to_nfc_task (NFC_HDR * p_msg) in nfc_hal_send_nci_msg_to_nfc_task()459 NFC_HDR *p_msg; in nfc_hal_send_credit_ntf_for_cid()463 if ((p_msg = (NFC_HDR *) GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in nfc_hal_send_credit_ntf_for_cid()503 static void nfc_hal_main_send_message (NFC_HDR *p_msg) in nfc_hal_main_send_message()583 NFC_HDR *p_msg; in nfc_hal_main_task()636 while ((p_msg = (NFC_HDR *) GKI_read_mbox (NFC_HAL_TASK_MBOX)) != NULL) in nfc_hal_main_task()
54 NFC_HDR *p_msg = nfc_hal_cb.ncit_cb.p_rcv_msg; in nfc_hal_nci_assemble_nci_msg()193 if ((p_cb->p_rcv_msg = (NFC_HDR *) GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in nfc_hal_nci_receive_nci_msg()289 if ((p_cb->p_rcv_msg = (NFC_HDR *) GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in nfc_hal_nci_receive_bt_msg()320 … ((sizeof (NFC_HDR) + HCIE_PREAMBLE_SIZE + byte) > GKI_get_buf_size (p_cb->p_rcv_msg)) ) in nfc_hal_nci_receive_bt_msg()395 NFC_HDR *p_msg; in nfc_hal_nci_proc_rx_bt_msg()526 BOOLEAN nfc_hal_nci_preproc_rx_nci_msg (NFC_HDR *p_msg) in nfc_hal_nci_preproc_rx_nci_msg()640 void nfc_hal_nci_add_nfc_pkt_type (NFC_HDR *p_msg) in nfc_hal_nci_add_nfc_pkt_type()672 static void nci_brcm_check_cmd_create_hcp_connection (NFC_HDR *p_msg) in nci_brcm_check_cmd_create_hcp_connection()723 void nfc_hal_nci_send_cmd (NFC_HDR *p_buf) in nfc_hal_nci_send_cmd()737 nci_brcm_check_cmd_create_hcp_connection ((NFC_HDR*) p_buf); in nfc_hal_nci_send_cmd()
572 void nfc_hal_dm_proc_msg_during_init (NFC_HDR *p_msg) in nfc_hal_dm_proc_msg_during_init()781 NFC_HDR *p_buf; in nfc_hal_dm_send_nci_cmd()792 if ((p_buf = (NFC_HDR *)GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in nfc_hal_dm_send_nci_cmd()831 NFC_HDR *p_buf = nfc_hal_cb.ncit_cb.p_pend_cmd; in nfc_hal_dm_send_pend_cmd()883 NFC_HDR *p_buf; in nfc_hal_dm_send_bt_cmd()904 if ((p_buf = (NFC_HDR *) GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in nfc_hal_dm_send_bt_cmd()
300 NFC_HDR *p_msg; in nfc_hal_hci_fake_adm_notify_all_pipe_cleared_to_dh()306 if ((p_msg = (NFC_HDR *) GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in nfc_hal_hci_fake_adm_notify_all_pipe_cleared_to_dh()
125 #define BT_HDR NFC_HDR252 NFC_HDR hdr;261 NFC_HDR hdr;269 NFC_HDR hdr;365 …NFC_HDR *p_rcv_msg; /* buffer to receive NCI message …366 …NFC_HDR *p_frag_msg; /* fragmented NCI message; waiting for last fragment …367 …NFC_HDR *p_pend_cmd; /* pending NCI message; waiting for NFCC state to be free …463 void nfc_hal_send_nci_msg_to_nfc_task (NFC_HDR * p_msg);467 BOOLEAN nfc_hal_nci_preproc_rx_nci_msg (NFC_HDR *p_msg);468 NFC_HDR* nfc_hal_nci_postproc_rx_nci_msg (void);[all …]
39 } NFC_HDR; typedef40 #define NFC_HDR_SIZE (sizeof (NFC_HDR))