Home
last modified time | relevance | path

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

/packages/modules/Nfc/libnfc-nci/src/fuzzers/integration/
Dnfc_task_helpers.cc26 free_buf = nfc_ncif_process_event(p_msg); in nfc_process_nci_messages()
/packages/modules/Nfc/libnfc-nci/src/fuzzers/nci/
Dhal.cc43 if (nfc_ncif_process_event(p_msg)) { in hal_inject_data()
/packages/modules/Nfc/libnfc-nci/src/nfc/include/
Dnfc_int.h259 extern bool nfc_ncif_process_event(NFC_HDR* p_msg);
/packages/modules/Nfc/libnfc-nci/src/nfc/nfc/
Dnfc_task.cc389 free_buf = nfc_ncif_process_event(p_msg); in nfc_task()
Dnfc_ncif.cc392 bool nfc_ncif_process_event(NFC_HDR* p_msg) { in nfc_ncif_process_event() function