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

  /external/libnfc-nci/src/nfa/ee/
nfa_ee_main.c 110 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE;
113 nfa_ee_cb.ecb[NFA_EE_CB_4_DH].ee_status = NFC_NFCEE_STATUS_ACTIVE;
152 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);
153 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)
157 if (p_cb->ee_status != p_cb->ee_old_status)
177 else if (p_cb->ee_status == NFC_NFCEE_STATUS_ACTIVE)
224 if ((p_cb->nfcee_id != NFA_EE_INVALID) && (p_cb->ee_interface[0] != NFC_NFCEE_INTERFACE_HCI_ACCESS) && (p_cb->ee_status != NFA_EE_STATUS_REMOVED))
227 /* NFA_EE_STATUS_RESTORING bit makes sure the ee_status restore to ee_old_status
228 * NFA_EE_STATUS_RESTORING bit is cleared in ee_status at NFCEE_DISCOVER NTF
    [all...]
nfa_ee_act.c 350 p_cb->ee_status = NFA_EE_STATUS_PENDING | NFA_EE_STATUS_ACTIVE;
353 p_cb->ee_status = NFA_EE_STATUS_INACTIVE;
734 ** Description check if any ee_status still has NFA_EE_STATUS_PENDING bit
761 ** Description check if any ee_status still has NFA_EE_STATUS_RESTORING bit
776 if ((p_cb->nfcee_id != NFA_EE_INVALID) && (p_cb->ee_status & NFA_EE_STATUS_RESTORING))
957 NFA_TRACE_DEBUG3 ("cur_ee:%d ecb_flags=0x%02x ee_status=0x%x", nfa_ee_cb.cur_ee, p_cb->ecb_flag (…)
    [all...]
nfa_ee_api.c 117 NFA_TRACE_DEBUG4 ("xx:%d max_ret:%d, num_ret:%d ee_status:0x%x", xx, max_ret, num_ret, p_cb->ee_status);
118 if ((p_cb->ee_status & NFA_EE_STATUS_INT_MASK) || (p_cb->ee_status == NFA_EE_STATUS_REMOVED))
123 p_info->ee_status = p_cb->ee_status;
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 107 tNFA_EE_STATUS ee_status; /* The NFCEE status */ member in struct:__anon9118
156 tNFA_EE_STATUS ee_status; /* The NFCEE status */ member in struct:__anon9123
  /external/libnfc-nci/src/nfc/nci/
nci_hrcv.c 360 UINT8 ee_status; local
373 ee_status = *pp++;
375 nfcee_info.ee_status = ee_status;
  /packages/apps/Nfc/nci/jni/
SecureElement.cpp 309 fn, xx, mEeInfo[xx].ee_handle, eeStatusToString(mEeInfo[xx].ee_status), mEeInfo[xx].num_interface,
505 if (eeItem.ee_status != NFC_NFCEE_STATUS_INACTIVE)
518 if (eeItem.ee_status == NFC_NFCEE_STATUS_ACTIVE)
530 (mEeInfo[xx].ee_status != NFC_NFCEE_STATUS_INACTIVE))
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 122 #define NFA_EE_STATUS_INT_MASK 0x20 /* this bit is in ee_status for internal use only */
148 UINT8 ee_status; /* The NFCEE status */ member in struct:__anon9243
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 269 UINT8 ee_status; /* The NFCEE status. */ member in struct:__anon9380
    [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c 477 if (ee_info[count].ee_status == NFA_EE_STATUS_INACTIVE)
    [all...]

Completed in 67 milliseconds