Home
last modified time | relevance | path

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

/system/nfc/src/fuzzers/nci/
Dnci.cc50 extern uint8_t nci_snd_core_reset(uint8_t reset_type);
66 nci_snd_core_reset(NCI_RESET_TYPE_RESET_CFG); in Fuzz_Init()
/system/nfc/src/nfc/nfc/
Dnfc_task.cc350 nci_snd_core_reset(NCI_RESET_TYPE_KEEP_CFG); in nfc_task()
356 nci_snd_core_reset(NCI_RESET_TYPE_RESET_CFG); in nfc_task()
361 nci_snd_core_reset(NCI_RESET_TYPE_RESET_CFG); in nfc_task()
Dnfc_ncif.cc1670 nci_snd_core_reset(NCI_RESET_TYPE_RESET_CFG); in nfc_ncif_proc_init_rsp()
1686 nci_snd_core_reset(NCI_RESET_TYPE_RESET_CFG); in nfc_ncif_proc_init_rsp()
/system/nfc/src/nfc/include/
Dnci_hmsgs.h43 uint8_t nci_snd_core_reset(uint8_t reset_type);
/system/nfc/src/nfc/nci/
Dnci_hmsgs.cc95 uint8_t nci_snd_core_reset(uint8_t reset_type) { in nci_snd_core_reset() function