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

  /system/nfc/src/nfa/ee/
nfa_ee_main.c 95 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE;
98 nfa_ee_cb.ecb[NFA_EE_CB_4_DH].ee_status = NFC_NFCEE_STATUS_ACTIVE;
142 "nfa_ee_restore_one_ecb () nfcee_id:0x%x, ecb_flags:0x%x ee_status:0x%x "
144 p_cb->nfcee_id, p_cb->ecb_flags, p_cb->ee_status, p_cb->ee_old_status);
146 (p_cb->ee_status & NFA_EE_STATUS_RESTORING) == 0 &&
150 if (p_cb->ee_status != p_cb->ee_old_status) {
165 } else if (p_cb->ee_status == NFC_NFCEE_STATUS_ACTIVE) {
212 (p_cb->ee_status != NFA_EE_STATUS_REMOVED)) {
214 /* NFA_EE_STATUS_RESTORING bit makes sure the ee_status restore to
216 * NFA_EE_STATUS_RESTORING bit is cleared in ee_status a
    [all...]
nfa_ee_act.c 194 if (p_cb->ee_status == NFC_NFCEE_STATUS_ACTIVE) {
445 p_cb->ee_status = NFA_EE_STATUS_PENDING | NFA_EE_STATUS_ACTIVE;
447 p_cb->ee_status = NFA_EE_STATUS_INACTIVE;
910 ** Description check if any ee_status still has NFA_EE_STATUS_PENDING bit
    [all...]
nfa_ee_api.c 110 NFA_TRACE_DEBUG4("xx:%d max_ret:%d, num_ret:%d ee_status:0x%x", xx, max_ret,
111 num_ret, p_cb->ee_status);
112 if ((p_cb->ee_status & NFA_EE_STATUS_INT_MASK) ||
113 (p_cb->ee_status == NFA_EE_STATUS_REMOVED)) {
117 p_info->ee_status = p_cb->ee_status;
  /system/nfc/src/nfa/include/
nfa_ee_api.h 129 tNFA_EE_STATUS ee_status; /* The NFCEE status */ member in struct:__anon107289
181 tNFA_EE_STATUS ee_status; /* The NFCEE status */ member in struct:__anon107294
  /system/nfc/src/nfc/nci/
nci_hrcv.c 355 uint8_t ee_status; local
367 ee_status = *pp++;
369 nfcee_info.ee_status = ee_status;
  /packages/apps/Nfc/nci/jni/
RoutingManager.cpp 398 && (eeInfo[xx].ee_status == NFA_EE_STATUS_ACTIVE))
667 eventData->new_ee.ee_handle, eventData->new_ee.ee_status);
  /system/nfc/src/nfa/int/
nfa_ee_int.h 134 /* this bit is in ee_status for internal use only */
170 uint8_t ee_status; /* The NFCEE status */ member in struct:__anon107407
  /system/nfc/src/nfc/include/
nfc_api.h 307 uint8_t ee_status; /* The NFCEE status. */ member in struct:__anon107545
    [all...]
  /system/nfc/src/nfa/hci/
nfa_hci_main.c 544 if (ee_info[count].ee_status == NFA_EE_STATUS_INACTIVE) {
    [all...]

Completed in 377 milliseconds