Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nci/
Dnci_hrcv.cc69 nfc_ncif_proc_reset_rsp(pp, false); in nci_proc_core_rsp()
134 nfc_ncif_proc_reset_rsp(pp, true); in nci_proc_core_ntf()
/system/nfc/src/nfc/include/
Dnfc_int.h284 extern void nfc_ncif_proc_reset_rsp(uint8_t* p, bool is_ntf);
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc1397 void nfc_ncif_proc_reset_rsp(uint8_t* p, bool is_ntf) { in nfc_ncif_proc_reset_rsp() function