Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_main.c158 …:0x%x ee_old_status: 0x%x", p_cb->nfcee_id, p_cb->ecb_flags, p_cb->ee_status, p_cb->ee_old_status); in nfa_ee_restore_one_ecb()
159 …NVALID) && (p_cb->ee_status & NFA_EE_STATUS_RESTORING) == 0 && (p_cb->ee_old_status & NFA_EE_STATU… in nfa_ee_restore_one_ecb()
161 p_cb->ee_old_status &= ~NFA_EE_STATUS_RESTORING; in nfa_ee_restore_one_ecb()
163 if (p_cb->ee_status != p_cb->ee_old_status) in nfa_ee_restore_one_ecb()
166 if (p_cb->ee_old_status == NFC_NFCEE_STATUS_ACTIVE) in nfa_ee_restore_one_ecb()
228 p_cb->ee_old_status = 0; in nfa_ee_proc_nfcc_power_mode()
239 p_cb->ee_old_status = p_cb->ee_status; 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()
/external/libnfc-nci/src/nfa/int/
Dnfa_ee_int.h152 … UINT8 ee_old_status; /* The NFCEE status before going to low power mode */ member