Home
last modified time | relevance | path

Searched refs:NFC_TASK (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/nfc/src/nfc/nfc/
H A Dnfc_task.cc66 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 Dnfc_main.cc591 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 Dgki_target.h46 #ifndef NFC_TASK
47 #define NFC_TASK 3 macro
/aosp12/system/nfc/src/fuzzers/nci/
H A Dnci.cc56 gki_cb.os.thread_id[NFC_TASK] = pthread_self(); in Fuzz_Init()
/aosp12/system/nfc/src/nfa/sys/
H A Dnfa_sys_main.cc330 GKI_send_msg(NFC_TASK, p_nfa_sys_cfg->mbox, p_msg); in nfa_sys_sendmsg()
/aosp12/system/nfc/src/adaptation/
H A DNfcAdaptation.cc474 GKI_create_task((TASKPTR)nfc_task, NFC_TASK, (int8_t*)"NFC_TASK", nullptr, 0, in Thread()