Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/fuzzers/nci/
H A Dhal.cc40 if (nfc_ncif_process_event(p_msg)) { in hal_inject_data()
/aosp12/system/nfc/src/nfc/include/
H A Dnfc_int.h264 extern bool nfc_ncif_process_event(NFC_HDR* p_msg);
/aosp12/system/nfc/src/nfc/nfc/
H A Dnfc_task.cc378 free_buf = nfc_ncif_process_event(p_msg); in nfc_task()
H A Dnfc_ncif.cc381 bool nfc_ncif_process_event(NFC_HDR* p_msg) { in nfc_ncif_process_event() function