Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nfc/
Dnfc_task.cc71 GKI_send_msg(NFC_TASK, NFC_MBOX_ID, p_msg); in nfc_start_timer()
188 GKI_send_msg(NFC_TASK, NFC_MBOX_ID, p_msg); in nfc_start_quick_timer()
309 while ((p_msg = (NFC_HDR*)GKI_read_mbox(NFC_MBOX_ID)) != nullptr) { in nfc_task_shutdown_nfcc()
372 while ((p_msg = (NFC_HDR*)GKI_read_mbox(NFC_MBOX_ID)) != nullptr) { in nfc_task()
Dnfc_main.cc552 GKI_send_msg(NFC_TASK, NFC_MBOX_ID, p_msg); in nfc_main_post_hal_evt()
633 GKI_send_msg(NFC_TASK, NFC_MBOX_ID, p_msg); in nfc_main_hal_data_cback()
/system/nfc/src/include/
Dnfc_target.h49 #ifndef NFC_MBOX_ID
50 #define NFC_MBOX_ID (TASK_MBOX_0) macro