Searched refs:nfc_status (Results 1 - 5 of 5) sorted by relevance

/system/nfc/src/nfc/tags/
H A Dce_t3t.c207 tNFC_STATUS nfc_status = NFC_STATUS_OK; local
234 nfc_status = NFC_STATUS_FAILED;
244 nfc_status = NFC_STATUS_FAILED;
248 nfc_status = NFC_STATUS_FAILED;
275 nfc_status = NFC_STATUS_FAILED;
302 nfc_status = NFC_STATUS_FAILED;
319 nfc_status = NFC_STATUS_FAILED;
325 if (nfc_status == NFC_STATUS_OK) {
347 update_info.status = nfc_status;
H A Drw_t3t.c1371 tNFC_STATUS nfc_status = NFC_STATUS_OK; local
1379 nfc_status = NFC_STATUS_FAILED;
1385 nfc_status = NFC_STATUS_FAILED;
1399 (*(rw_cb.p_cback))(RW_T3T_CHECK_CPLT_EVT, (tRW_DATA*)&nfc_status);
1481 tNFC_STATUS nfc_status = NFC_STATUS_OK; local
1498 nfc_status = NFC_STATUS_FAILED;
1504 nfc_status = NFC_STATUS_FAILED;
1524 nfc_status = NFC_STATUS_FAILED;
1540 nfc_status = rw_t3t_send_next_ndef_check_cmd(p_cb);
1541 if (nfc_status
1570 tNFC_STATUS nfc_status = NFC_STATUS_OK; local
[all...]
/system/nfc/src/nfa/dm/
H A Dnfa_dm_main.c219 tNFC_STATUS nfc_status; local
414 nfc_status = NFC_SetConfig(updated_len, p_tlv_list);
416 if (nfc_status == NFC_STATUS_OK) {
442 return (nfc_status);
/system/nfc/src/nfc/nfc/
H A Dnfc_main.c163 static void nfc_main_notify_enable_status(tNFC_STATUS nfc_status) { argument
166 evt_data.status = nfc_status;
172 if (nfc_status != NFC_STATUS_OK) {
191 void nfc_enabled(tNFC_STATUS nfc_status, NFC_HDR* p_init_rsp_msg) { argument
201 if (nfc_status == NCI_STATUS_OK) {
298 nfc_main_notify_enable_status(nfc_status);
/system/nfc/src/nfc/int/
H A Dnfc_int.h309 void nfc_enabled(tNFC_STATUS nfc_status, NFC_HDR* p_init_rsp_msg);

Completed in 196 milliseconds