Home
last modified time | relevance | path

Searched refs:NFA_STATUS_INVALID_PARAM (Results 1 – 8 of 8) sorted by relevance

/system/nfc/src/nfa/ee/
Dnfa_ee_api.cc66 status = NFA_STATUS_INVALID_PARAM; in NFA_EeDiscover()
107 return (NFA_STATUS_INVALID_PARAM); in NFA_EeGetInfo()
161 status = NFA_STATUS_INVALID_PARAM; in NFA_EeRegister()
190 tNFA_STATUS status = NFA_STATUS_INVALID_PARAM; in NFA_EeDeregister()
204 if ((status != NFA_STATUS_INVALID_PARAM) && in NFA_EeDeregister()
252 status = NFA_STATUS_INVALID_PARAM; in NFA_EeModeSet()
313 status = NFA_STATUS_INVALID_PARAM; in NFA_EeSetDefaultTechRouting()
377 status = NFA_STATUS_INVALID_PARAM; in NFA_EeClearDefaultTechRouting()
443 status = NFA_STATUS_INVALID_PARAM; in NFA_EeSetDefaultProtoRouting()
507 status = NFA_STATUS_INVALID_PARAM; in NFA_EeClearDefaultProtoRouting()
[all …]
Dnfa_ee_act.cc1314 evt_data.status = NFA_STATUS_INVALID_PARAM; in nfa_ee_api_remove_aid()
1487 evt_data.status = NFA_STATUS_INVALID_PARAM; in nfa_ee_api_remove_sys_code()
1573 evt_data.connect.status = NFA_STATUS_INVALID_PARAM; in nfa_ee_api_connect()
/system/nfc/src/nfa/ce/
Dnfa_ce_api.cc136 return (NFA_STATUS_INVALID_PARAM); in NFA_CeConfigureLocalTag()
143 return (NFA_STATUS_INVALID_PARAM); in NFA_CeConfigureLocalTag()
150 return (NFA_STATUS_INVALID_PARAM); in NFA_CeConfigureLocalTag()
262 if (p_conn_cback == nullptr) return (NFA_STATUS_INVALID_PARAM); in NFA_CeRegisterFelicaSystemCodeOnDH()
337 if (p_conn_cback == nullptr) return (NFA_STATUS_INVALID_PARAM); in NFA_CeRegisterAidOnDH()
416 return (NFA_STATUS_INVALID_PARAM); in NFA_CeSetIsoDepListenTech()
Dnfa_ce_act.cc1455 conn_evt.status = NFA_STATUS_INVALID_PARAM; in nfa_ce_api_dereg_listen()
1494 conn_evt.status = NFA_STATUS_INVALID_PARAM; in nfa_ce_api_dereg_listen()
/system/nfc/src/nfa/dm/
Dnfa_dm_api.cc809 return (NFA_STATUS_INVALID_PARAM); in NFA_Select()
940 return (NFA_STATUS_INVALID_PARAM); in NFA_SendRawFrame()
946 return NFA_STATUS_INVALID_PARAM; in NFA_SendRawFrame()
1008 return (NFA_STATUS_INVALID_PARAM); in NFA_RegisterNDefTypeHandler()
1068 return (NFA_STATUS_INVALID_PARAM); in NFA_RegisterNDefUriHandler()
1273 return NFA_STATUS_INVALID_PARAM; in NFA_SendRawVsCommand()
Dnfa_dm_act.cc564 dm_cback_data.set_config.status = NFA_STATUS_INVALID_PARAM; in nfa_dm_set_config()
/system/nfc/src/nfa/rw/
Dnfa_rw_api.cc157 if (p_data == nullptr) return (NFA_STATUS_INVALID_PARAM); in NFA_RwWriteNDef()
724 return (NFA_STATUS_INVALID_PARAM); in NFA_RwT3tRead()
776 return (NFA_STATUS_INVALID_PARAM); in NFA_RwT3tWrite()
/system/nfc/src/nfa/include/
Dnfa_api.h59 #define NFA_STATUS_INVALID_PARAM NCI_STATUS_INVALID_PARAM macro