Home
last modified time | relevance | path

Searched refs:NCI_STATUS_OK (Results 1 – 10 of 10) sorted by relevance

/system/nfc/src/nfc/nci/
Dnci_hmsgs.cc61 return (NCI_STATUS_OK); in nci_snd_core_reset()
95 return (NCI_STATUS_OK); in nci_snd_core_init()
127 return (NCI_STATUS_OK); in nci_snd_core_get_config()
175 return (NCI_STATUS_OK); in nci_snd_core_set_config()
213 return (NCI_STATUS_OK); in nci_snd_core_conn_create()
244 return (NCI_STATUS_OK); in nci_snd_core_conn_close()
280 return (NCI_STATUS_OK); in nci_snd_nfcee_discover()
313 return (NCI_STATUS_OK); in nci_snd_nfcee_mode_set()
343 return (NCI_STATUS_OK); in nci_snd_iso_dep_nak_presence_check_cmd()
387 return (NCI_STATUS_OK); in nci_snd_discover_cmd()
[all …]
Dnci_hrcv.cc347 if (nfc_cb.nci_version != NCI_VERSION_2_0 || *pp != NCI_STATUS_OK) { in nci_proc_ee_management_rsp()
442 nfc_response.nfcee_status.status = NCI_STATUS_OK; in nci_proc_ee_management_ntf()
/system/nfc/src/nfc/nfc/
Dnfc_ee.cc75 tNFC_STATUS status = NCI_STATUS_OK; in NFC_NfceeModeSet()
87 if (status == NCI_STATUS_OK) { in NFC_NfceeModeSet()
Dnfc_ncif.cc245 return (NCI_STATUS_OK); in nfc_ncif_send_data()
830 evt_data.status = NCI_STATUS_OK; in nfc_ncif_proc_discover_ntf()
1353 if (status == NCI_STATUS_OK) { in nfc_ncif_proc_conn_create_rsp()
1414 status = NCI_STATUS_OK; in nfc_ncif_proc_reset_rsp()
1442 if (status == NCI_STATUS_OK) { in nfc_ncif_proc_reset_rsp()
1478 if (status == NCI_STATUS_OK) { in nfc_ncif_proc_init_rsp()
Dnfc_main.cc203 if (nfc_status == NCI_STATUS_OK) { in nfc_enabled()
415 nfc_enabled(NCI_STATUS_OK, nfc_cb.p_nci_init_rsp); in nfc_main_handle_hal_evt()
/system/nfc/src/nfc/tags/
Drw_t3t.cc369 if (evt_data.t3t_poll.status == NCI_STATUS_OK) { in rw_t3t_handle_nci_poll_ntf()
1677 if ((nci_status == NCI_STATUS_OK) && (num_responses > 0) && in rw_t3t_handle_get_sc_poll_rsp()
1713 if ((nci_status == NCI_STATUS_OK) && (num_responses > 0)) { in rw_t3t_handle_ndef_detect_poll_rsp()
1835 if ((nci_status == NCI_STATUS_OK) && (num_responses > 0)) { in rw_t3t_handle_fmt_poll_rsp()
1986 if ((nci_status == NCI_STATUS_OK) && (num_responses > 0)) { in rw_t3t_handle_sro_poll_rsp()
2197 if (p_msg->len < sod || p[sod] != NCI_STATUS_OK) { in rw_t3t_data_cback()
2516 if (retval == NCI_STATUS_OK) { in RW_T3tDetectNDef()
2779 if (retval == NCI_STATUS_OK) { in RW_T3tPresenceCheck()
2824 if (retval == NCI_STATUS_OK) { in RW_T3tPoll()
2904 if (retval == NCI_STATUS_OK) { in RW_T3tGetSystemCodes()
[all …]
/system/nfc/src/include/
Dnci_defs.h140 #define NCI_STATUS_OK 0x00 macro
/system/nfc/src/nfa/include/
Dnfa_api.h45 #define NFA_STATUS_OK NCI_STATUS_OK
/system/nfc/src/nfc/include/
Dnfc_api.h38 #define NFC_STATUS_OK NCI_STATUS_OK
/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc1575 if (evt_data.connect.status != NCI_STATUS_OK) { in nfa_ee_api_connect()