Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_main.c159 …FA_EE_INVALID) && (p_cb->ee_status & NFA_EE_STATUS_RESTORING) == 0 && (p_cb->ee_old_status & NFA_E… in nfa_ee_restore_one_ecb()
161 p_cb->ee_old_status &= ~NFA_EE_STATUS_RESTORING; in nfa_ee_restore_one_ecb()
238 p_cb->ee_status |= NFA_EE_STATUS_RESTORING; in nfa_ee_proc_nfcc_power_mode()
Dnfa_ee_act.c992 if ((p_cb->nfcee_id != NFA_EE_INVALID) && (p_cb->ee_old_status & NFA_EE_STATUS_RESTORING)) in nfa_ee_restore_ntf_done()
1020 if ((p_cb->nfcee_id != NFA_EE_INVALID) && (p_cb->ee_status & NFA_EE_STATUS_RESTORING)) in nfa_ee_remove_pending()
/external/libnfc-nci/src/nfa/int/
Dnfa_ee_int.h124 #define NFA_EE_STATUS_RESTORING 0x20 /* waiting for restore to full power mode to complete */ macro