Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nci/
Dnci_hrcv.cc200 nfc_ncif_proc_deactivate(*pp, *p_old, false); in nci_proc_rf_management_rsp()
261 nfc_ncif_proc_deactivate(NFC_STATUS_OK, *pp, true); in nci_proc_rf_management_ntf()
/system/nfc/src/nfc/include/
Dnfc_int.h273 extern void nfc_ncif_proc_deactivate(uint8_t status, uint8_t deact_type,
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc1116 void nfc_ncif_proc_deactivate(uint8_t status, uint8_t deact_type, bool is_ntf) { in nfc_ncif_proc_deactivate() function