Home
last modified time | relevance | path

Searched refs:NFA_EE_INVALID (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_main.c107 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID; in nfa_ee_init()
159 …if ((p_cb->nfcee_id != NFA_EE_INVALID) && (p_cb->ee_status & NFA_EE_STATUS_RESTORING) == 0 && (p_c… in nfa_ee_restore_one_ecb()
230 p_cb->nfcee_id = NFA_EE_INVALID; in nfa_ee_proc_nfcc_power_mode()
232 …if ((p_cb->nfcee_id != NFA_EE_INVALID) && (p_cb->ee_interface[0] != NFC_NFCEE_INTERFACE_HCI_ACCESS… in nfa_ee_proc_nfcc_power_mode()
Dnfa_ee_act.c1012 if ((p_cb->nfcee_id != NFA_EE_INVALID) && (p_cb->ee_old_status & NFA_EE_STATUS_RESTORING)) in nfa_ee_restore_ntf_done()
1040 if ((p_cb->nfcee_id != NFA_EE_INVALID) && (p_cb->ee_status & NFA_EE_STATUS_RESTORING)) in nfa_ee_remove_pending()
1042 p_cb->nfcee_id = NFA_EE_INVALID; in nfa_ee_remove_pending()
1057 while ((p_cb_n->nfcee_id == NFA_EE_INVALID) && (p_cb_n <= p_cb_end)) in nfa_ee_remove_pending()
1065 p_cb_n->nfcee_id = NFA_EE_INVALID; in nfa_ee_remove_pending()
1122 p_cb->nfcee_id = NFA_EE_INVALID; in nfa_ee_nci_disc_rsp()
1207 p_cb = nfa_ee_find_ecb (NFA_EE_INVALID); in nfa_ee_nci_disc_ntf()
1231 p_cb = nfa_ee_find_ecb (NFA_EE_INVALID); in nfa_ee_nci_disc_ntf()
1589 tNFA_EE_EVT event = NFA_EE_INVALID; in nfa_ee_nci_conn()
1670 if ((event != NFA_EE_INVALID) && (p_cback)) in nfa_ee_nci_conn()
[all …]
/external/libnfc-nci/src/nfa/int/
Dnfa_ee_int.h37 #define NFA_EE_INVALID 0xFF macro