Home
last modified time | relevance | path

Searched refs:NFC_HDR (Results 1 – 7 of 7) sorted by relevance

/external/libnfc-nci/src/hal/int/
Dnfc_hal_int.h125 #define BT_HDR NFC_HDR
253 NFC_HDR hdr;
262 NFC_HDR hdr;
270 NFC_HDR hdr;
366NFC_HDR *p_rcv_msg; /* buffer to receive NCI message …
367NFC_HDR *p_frag_msg; /* fragmented NCI message; waiting for last fragment …
368NFC_HDR *p_pend_cmd; /* pending NCI message; waiting for NFCC state to be free …
470 void nfc_hal_send_nci_msg_to_nfc_task (NFC_HDR * p_msg);
474 BOOLEAN nfc_hal_nci_preproc_rx_nci_msg (NFC_HDR *p_msg);
475 NFC_HDR* nfc_hal_nci_postproc_rx_nci_msg (void);
[all …]
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_api.c156 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()
Dnfc_hal_main.c343 NFC_HDR *p_msg; in nfc_hal_main_handle_terminate()
367 while ((p_msg = (NFC_HDR *) GKI_read_mbox (NFC_HAL_TASK_MBOX)) != NULL) in nfc_hal_main_handle_terminate()
391 NFC_HDR *p_msg; in nfc_hal_main_start_quick_timer()
400 if ((p_msg = (NFC_HDR *) GKI_getbuf (NFC_HDR_SIZE)) != NULL) in nfc_hal_main_start_quick_timer()
482 void nfc_hal_send_nci_msg_to_nfc_task (NFC_HDR * p_msg) in nfc_hal_send_nci_msg_to_nfc_task()
508 NFC_HDR *p_msg; in nfc_hal_send_credit_ntf_for_cid()
512 if ((p_msg = (NFC_HDR *) GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in nfc_hal_send_credit_ntf_for_cid()
552 static void nfc_hal_main_send_message (NFC_HDR *p_msg) in nfc_hal_main_send_message()
632 NFC_HDR *p_msg; in nfc_hal_main_task()
678 while ((p_msg = (NFC_HDR *) GKI_read_mbox (NFC_HAL_TASK_MBOX)) != NULL) in nfc_hal_main_task()
Dnfc_hal_nci.c54 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()
648 void nfc_hal_nci_add_nfc_pkt_type (NFC_HDR *p_msg) in nfc_hal_nci_add_nfc_pkt_type()
680 static void nci_brcm_check_cmd_create_hcp_connection (NFC_HDR *p_msg) in nci_brcm_check_cmd_create_hcp_connection()
731 void nfc_hal_nci_send_cmd (NFC_HDR *p_buf) in nfc_hal_nci_send_cmd()
745 nci_brcm_check_cmd_create_hcp_connection ((NFC_HDR*) p_buf); in nfc_hal_nci_send_cmd()
Dnfc_hal_dm.c616 void nfc_hal_dm_proc_msg_during_init (NFC_HDR *p_msg) in nfc_hal_dm_proc_msg_during_init()
830 void nfc_hal_dm_proc_msg_during_exit (NFC_HDR *p_msg) in nfc_hal_dm_proc_msg_during_exit()
893 NFC_HDR *p_buf; in nfc_hal_dm_send_nci_cmd()
904 if ((p_buf = (NFC_HDR *)GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in nfc_hal_dm_send_nci_cmd()
943 NFC_HDR *p_buf = nfc_hal_cb.ncit_cb.p_pend_cmd; in nfc_hal_dm_send_pend_cmd()
995 NFC_HDR *p_buf; in nfc_hal_dm_send_bt_cmd()
1016 if ((p_buf = (NFC_HDR *) GKI_getpoolbuf (NFC_HAL_NCI_POOL_ID)) != NULL) in nfc_hal_dm_send_bt_cmd()
Dnfc_hal_hci.c300 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()
/external/libnfc-nci/src/hal/include/
Dnfc_hal_api.h39 } NFC_HDR; typedef
40 #define NFC_HDR_SIZE (sizeof (NFC_HDR))