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

  /external/libnfc-nci/src/nfa/ee/
nfa_ee_main.c 106 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE;
109 nfa_ee_cb.ecb[NFA_EE_CB_4_DH].ee_status = NFC_NFCEE_STATUS_ACTIVE;
148 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);
149 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)
153 if (p_cb->ee_status != p_cb->ee_old_status)
173 else if (p_cb->ee_status == NFC_NFCEE_STATUS_ACTIVE)
220 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))
223 /* NFA_EE_STATUS_RESTORING bit makes sure the ee_status restore to ee_old_status
224 * NFA_EE_STATUS_RESTORING bit is cleared in ee_status at NFCEE_DISCOVER NTF
    [all...]
nfa_ee_act.c 354 p_cb->ee_status = NFA_EE_STATUS_PENDING | NFA_EE_STATUS_ACTIVE;
357 p_cb->ee_status = NFA_EE_STATUS_INACTIVE;
736 ** Description check if any ee_status still has NFA_EE_STATUS_PENDING bit
763 ** Description check if any ee_status still has NFA_EE_STATUS_RESTORING bit
778 if ((p_cb->nfcee_id != NFA_EE_INVALID) && (p_cb->ee_status & NFA_EE_STATUS_RESTORING))
    [all...]
nfa_ee_api.c 118 NFA_TRACE_DEBUG4 ("xx:%d max_ret:%d, num_ret:%d ee_status:0x%x", xx, max_ret, num_ret, p_cb->ee_status);
119 if ((p_cb->ee_status & NFA_EE_STATUS_INT_MASK) || (p_cb->ee_status == NFA_EE_STATUS_REMOVED))
124 p_info->ee_status = p_cb->ee_status;
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 108 tNFA_EE_STATUS ee_status; /* The NFCEE status */ member in struct:__anon22337
157 tNFA_EE_STATUS ee_status; /* The NFCEE status */ member in struct:__anon22342
  /external/libnfc-nci/src/nfc/nci/
nci_hrcv.c 361 UINT8 ee_status; local
374 ee_status = *pp++;
376 nfcee_info.ee_status = ee_status;
  /packages/apps/Nfc/nci/jni/
SecureElement.cpp 300 fn, xx, mEeInfo[xx].ee_handle, eeStatusToString(mEeInfo[xx].ee_status), mEeInfo[xx].num_interface,
484 if (eeItem.ee_status != NFC_NFCEE_STATUS_INACTIVE)
497 if (eeItem.ee_status == NFC_NFCEE_STATUS_ACTIVE)
990 pEE->ee_status ^= 1;
991 ALOGD ("%s: NFA_EE_MODE_SET_EVT; pEE->ee_status: %s (0x%04x)", fn, SecureElement::eeStatusToString(pEE->ee_status), pEE->ee_status);
    [all...]
RoutingManager.cpp 377 eventData->new_ee.ee_handle, eventData->new_ee.ee_status);
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 123 #define NFA_EE_STATUS_INT_MASK 0x20 /* this bit is in ee_status for internal use only */
149 UINT8 ee_status; /* The NFCEE status */ member in struct:__anon22464
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 271 UINT8 ee_status; /* The NFCEE status. */ member in struct:__anon22601
    [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c 577 if (ee_info[count].ee_status == NFA_EE_STATUS_INACTIVE)
    [all...]

Completed in 1204 milliseconds