Home
last modified time | relevance | path

Searched refs:NFC_STATUS_TIMEOUT (Results 1 – 9 of 9) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_t1t.cc633 ndef_data.status = NFC_STATUS_TIMEOUT; in rw_t1t_process_error()
643 evt_data.status = NFC_STATUS_TIMEOUT; in rw_t1t_process_error()
Drw_t3t.cc483 rw_t3t_process_error(NFC_STATUS_TIMEOUT); in rw_t3t_process_timeout()
511 rw_t3t_handle_ndef_detect_poll_rsp(p_cb, NFC_STATUS_TIMEOUT, 0); in rw_t3t_process_timeout()
2300 rw_t3t_process_error(NFC_STATUS_TIMEOUT); in rw_t3t_conn_cback()
Dce_t4t.cc527 ce_data.status = NFC_STATUS_TIMEOUT; in ce_t4t_process_timeout()
Drw_t2t.cc535 evt_data.status = NFC_STATUS_TIMEOUT; in rw_t2t_process_error()
Drw_t4t.cc1715 rw_t4t_handle_error(NFC_STATUS_TIMEOUT, 0, 0); in rw_t4t_process_timeout()
Drw_i93.cc3114 rw_i93_handle_error(NFC_STATUS_TIMEOUT); in rw_i93_process_timeout()
/system/nfc/src/nfc/include/
Dnfc_api.h72 #define NFC_STATUS_TIMEOUT NCI_STATUS_TIMEOUT macro
/system/nfc/src/nfa/rw/
Dnfa_rw_act.cc115 if ((p_rw_data->status == NFC_STATUS_TIMEOUT) || in nfa_rw_send_data_to_upper()
286 if (p_rw_data->ndef.status == NFC_STATUS_TIMEOUT) { in nfa_rw_handle_ndef_detect()
569 if (p_rw_data->status == NFC_STATUS_TIMEOUT) { in nfa_rw_handle_t1t_evt()
/system/nfc/src/nfc/nfc/
Dnfc_main.cc1402 case NFC_STATUS_TIMEOUT: in NFC_GetStatusName()