Home
last modified time | relevance | path

Searched refs:NCI_STATUS_FAILED (Results 1 – 6 of 6) sorted by relevance

/system/nfc/src/nfc/nci/
Dnci_hmsgs.cc47 if (p == nullptr) return (NCI_STATUS_FAILED); in nci_snd_core_reset()
78 return (NCI_STATUS_FAILED); in nci_snd_core_init()
112 if (p == nullptr) return (NCI_STATUS_FAILED); in nci_snd_core_get_config()
145 if (p == nullptr) return (NCI_STATUS_FAILED); in nci_snd_core_set_config()
167 return NCI_STATUS_FAILED; in nci_snd_core_set_config()
194 if (p == nullptr) return (NCI_STATUS_FAILED); in nci_snd_core_conn_create()
230 if (p == nullptr) return (NCI_STATUS_FAILED); in nci_snd_core_conn_close()
264 if (p == nullptr) return (NCI_STATUS_FAILED); in nci_snd_nfcee_discover()
298 if (p == nullptr) return (NCI_STATUS_FAILED); in nci_snd_nfcee_mode_set()
331 if ((p = NCI_GET_CMD_BUF(0)) == nullptr) return (NCI_STATUS_FAILED); in nci_snd_iso_dep_nak_presence_check_cmd()
[all …]
/system/nfc/src/include/
Dnci_defs.h144 #define NCI_STATUS_FAILED 0x03 macro
/system/nfc/src/nfa/include/
Dnfa_api.h51 #define NFA_STATUS_FAILED NCI_STATUS_FAILED
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc171 return NCI_STATUS_FAILED; in nfc_ncif_send_data()
1422 status = NCI_STATUS_FAILED; in nfc_ncif_proc_reset_rsp()
1796 nfc_response.mode_set.status = NCI_STATUS_FAILED; in nfc_mode_set_ntf_timeout()
Dnfc_main.cc418 nfc_enabled(NCI_STATUS_FAILED, nullptr); in nfc_main_handle_hal_evt()
/system/nfc/src/nfc/include/
Dnfc_api.h46 #define NFC_STATUS_FAILED NCI_STATUS_FAILED