Home
last modified time | relevance | path

Searched refs:nfa_sys_event (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/nfc/src/fuzzers/nci/
H A Dstubs.cc47 void nfa_sys_event(NFC_HDR*) { abort(); } in nfa_sys_event() function
/aosp12/system/nfc/src/nfa/include/
H A Dnfa_sys.h98 extern void nfa_sys_event(NFC_HDR* p_msg);
/aosp12/system/nfc/src/nfa/sys/
H A Dnfa_sys_main.cc73 void nfa_sys_event(NFC_HDR* p_msg) { in nfa_sys_event() function
/aosp12/system/nfc/src/nfc/nfc/
H A Dnfc_task.cc421 nfa_sys_event(p_msg); in nfc_task()