Searched refs:NFC_TASK (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/nfc/src/nfc/nfc/ |
H A 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()
|
H A D | nfc_main.cc | 591 GKI_send_msg(NFC_TASK, NFC_MBOX_ID, p_msg); in nfc_main_post_hal_evt() 620 GKI_send_event(NFC_TASK, NFC_TASK_EVT_TRANSPORT_READY); in nfc_main_hal_cback() 679 GKI_send_msg(NFC_TASK, NFC_MBOX_ID, p_msg); in nfc_main_hal_data_cback()
|
/aosp12/system/nfc/src/include/ |
H A D | gki_target.h | 46 #ifndef NFC_TASK 47 #define NFC_TASK 3 macro
|
/aosp12/system/nfc/src/fuzzers/nci/ |
H A D | nci.cc | 56 gki_cb.os.thread_id[NFC_TASK] = pthread_self(); in Fuzz_Init()
|
/aosp12/system/nfc/src/nfa/sys/ |
H A D | nfa_sys_main.cc | 330 GKI_send_msg(NFC_TASK, p_nfa_sys_cfg->mbox, p_msg); in nfa_sys_sendmsg()
|
/aosp12/system/nfc/src/adaptation/ |
H A D | NfcAdaptation.cc | 474 GKI_create_task((TASKPTR)nfc_task, NFC_TASK, (int8_t*)"NFC_TASK", nullptr, 0, in Thread()
|