Searched refs:NFC_TASK (Results 1 – 5 of 5) sorted by relevance
/system/nfc/src/include/ |
D | gki_target.h | 46 #ifndef NFC_TASK 47 #define NFC_TASK 3 macro
|
/system/nfc/src/nfc/nfc/ |
D | nfc_task.cc | 66 if (GKI_get_taskid() != NFC_TASK) { in nfc_start_timer() 71 GKI_send_msg(NFC_TASK, NFC_MBOX_ID, p_msg); in nfc_start_timer() 183 if (GKI_get_taskid() != NFC_TASK) { in nfc_start_quick_timer() 188 GKI_send_msg(NFC_TASK, NFC_MBOX_ID, p_msg); in nfc_start_quick_timer()
|
D | nfc_main.cc | 552 GKI_send_msg(NFC_TASK, NFC_MBOX_ID, p_msg); in nfc_main_post_hal_evt() 581 GKI_send_event(NFC_TASK, NFC_TASK_EVT_TRANSPORT_READY); in nfc_main_hal_cback() 633 GKI_send_msg(NFC_TASK, NFC_MBOX_ID, p_msg); in nfc_main_hal_data_cback()
|
/system/nfc/src/nfa/sys/ |
D | nfa_sys_main.cc | 330 GKI_send_msg(NFC_TASK, p_nfa_sys_cfg->mbox, p_msg); in nfa_sys_sendmsg()
|
/system/nfc/src/adaptation/ |
D | NfcAdaptation.cc | 445 GKI_create_task((TASKPTR)nfc_task, NFC_TASK, (int8_t*)"NFC_TASK", nullptr, 0, in Thread()
|