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

/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_main.c158 NFA_TRACE_DEBUG4 ("nfa_ee_restore_one_ecb () nfcee_id:0x%x, ecb_flags:0x%x ee_status:0x%x ee_old_status: 0x%x", p_cb->nfcee_id, p_cb->ecb_flags, p_cb->ee_status, p_cb->ee_old_status);
159 if ((p_cb->nfcee_id != NFA_EE_INVALID) && (p_cb->ee_status & NFA_EE_STATUS_RESTORING) == 0 && (p_cb->ee_old_status & NFA_EE_STATUS_RESTORING) != 0)
161 p_cb->ee_old_status &= ~NFA_EE_STATUS_RESTORING;
163 if (p_cb->ee_status != p_cb->ee_old_status)
166 if (p_cb->ee_old_status == NFC_NFCEE_STATUS_ACTIVE)
228 p_cb->ee_old_status = 0;
235 /* NFA_EE_STATUS_RESTORING bit makes sure the ee_status restore to ee_old_status
237 * NFA_EE_STATUS_RESTORING bit is cleared in ee_old_status at restoring the activate/inactive status after NFCEE_DISCOVER NTF */
239 p_cb->ee_old_status
[all...]
H A Dnfa_ee_act.c992 if ((p_cb->nfcee_id != NFA_EE_INVALID) && (p_cb->ee_old_status & NFA_EE_STATUS_RESTORING))
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ee_int.h152 UINT8 ee_old_status; /* The NFCEE status before going to low power mode */ member in struct:__anon24146

Completed in 236 milliseconds