HomeSort by relevance Sort by last modified time
    Searched refs:ee_old_status (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfa/ee/
nfa_ee_main.c 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
    [all...]
nfa_ee_act.c 752 if ((p_cb->nfcee_id != NFA_EE_INVALID) && (p_cb->ee_old_status & NFA_EE_STATUS_RESTORING))
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 150 UINT8 ee_old_status; /* The NFCEE status before going to low power mode */ member in struct:__anon10412

Completed in 61 milliseconds