Home | History | Annotate | Download | only in ee

Lines Matching refs:ee_old_status

153     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);
154 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)
156 p_cb->ee_old_status &= ~NFA_EE_STATUS_RESTORING;
158 if (p_cb->ee_status != p_cb->ee_old_status)
161 if (p_cb->ee_old_status == NFC_NFCEE_STATUS_ACTIVE)
221 p_cb->ee_old_status = 0;
228 /* NFA_EE_STATUS_RESTORING bit makes sure the ee_status restore to ee_old_status
230 * NFA_EE_STATUS_RESTORING bit is cleared in ee_old_status at restoring the activate/inactive status after NFCEE_DISCOVER NTF */
232 p_cb->ee_old_status = p_cb->ee_status;