Home
last modified time | relevance | path

Searched refs:NFA_TIMER_EVT_MASK (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/nfc/src/include/
H A Dnfc_target.h88 #ifndef NFA_TIMER_EVT_MASK
89 #define NFA_TIMER_EVT_MASK (TIMER_2_EVT_MASK) macro
/aosp_15_r20/system/nfc/src/nfc/nfc/
H A Dnfc_task.cc423 if (event & NFA_TIMER_EVT_MASK) { in nfc_task()