Home
last modified time | relevance | path

Searched refs:NFC_MBOX_ID (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfc/nfc/
Dnfc_task.c73 GKI_send_msg (NFC_TASK, NFC_MBOX_ID, p_msg); in nfc_start_timer()
195 GKI_send_msg (NFC_TASK, NFC_MBOX_ID, p_msg); in nfc_start_quick_timer()
313 while ((p_msg = (BT_HDR *) GKI_read_mbox (NFC_MBOX_ID)) != NULL) in nfc_task_shutdown_nfcc()
386 while ((p_msg = (BT_HDR *) GKI_read_mbox (NFC_MBOX_ID)) != NULL) in nfc_task()
Dnfc_main.c547 GKI_send_msg (NFC_TASK, NFC_MBOX_ID, p_msg); in nfc_main_post_hal_evt()
641 GKI_send_msg (NFC_TASK, NFC_MBOX_ID, p_msg); in nfc_main_hal_data_cback()
/external/libnfc-nci/src/include/
Dnfc_target.h54 #ifndef NFC_MBOX_ID
55 #define NFC_MBOX_ID (TASK_MBOX_0) macro
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_main.c438 GKI_send_msg (NFC_TASK, NFC_MBOX_ID, p_msg); in nfc_hal_send_nci_msg_to_nfc_task()