Searched refs:NFC_MBOX_ID (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/src/nfc/nfc/ |
D | nfc_task.c | 73 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()
|
D | nfc_main.c | 547 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/ |
D | nfc_target.h | 54 #ifndef NFC_MBOX_ID 55 #define NFC_MBOX_ID (TASK_MBOX_0) macro
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_main.c | 438 GKI_send_msg (NFC_TASK, NFC_MBOX_ID, p_msg); in nfc_hal_send_nci_msg_to_nfc_task()
|