Home
last modified time | relevance | path

Searched refs:nfc_ncif_proc_reset_rsp (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/nfc/src/nfc/nci/
H A Dnci_hrcv.cc70 nfc_ncif_proc_reset_rsp(pp, false); in nci_proc_core_rsp()
135 nfc_ncif_proc_reset_rsp(pp, true); in nci_proc_core_ntf()
/aosp12/system/nfc/src/nfc/include/
H A Dnfc_int.h286 extern void nfc_ncif_proc_reset_rsp(uint8_t* p, bool is_ntf);
/aosp12/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.cc1653 void nfc_ncif_proc_reset_rsp(uint8_t* p, bool is_ntf) { in nfc_ncif_proc_reset_rsp() function