Home
last modified time | relevance | path

Searched refs:ee_status (Results 1 – 8 of 8) sorted by relevance

/system/nfc/src/nfa/ee/
Dnfa_ee_main.cc105 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE; in nfa_ee_init()
108 nfa_ee_cb.ecb[NFA_EE_CB_4_DH].ee_status = NFC_NFCEE_STATUS_ACTIVE; in nfa_ee_init()
167 p_cb->nfcee_id, p_cb->ecb_flags, p_cb->ee_status, p_cb->ee_old_status); in nfa_ee_restore_one_ecb()
169 (p_cb->ee_status & NFA_EE_STATUS_RESTORING) == 0 && in nfa_ee_restore_one_ecb()
173 if (p_cb->ee_status != p_cb->ee_old_status) { in nfa_ee_restore_one_ecb()
188 } else if (p_cb->ee_status == NFC_NFCEE_STATUS_ACTIVE) { in nfa_ee_restore_one_ecb()
237 (p_cb->ee_status != NFA_EE_STATUS_REMOVED)) { in nfa_ee_proc_nfcc_power_mode()
245 p_cb->ee_status |= NFA_EE_STATUS_RESTORING; in nfa_ee_proc_nfcc_power_mode()
246 p_cb->ee_old_status = p_cb->ee_status; in nfa_ee_proc_nfcc_power_mode()
Dnfa_ee_act.cc297 if (p_cb->ee_status == NFC_NFCEE_STATUS_ACTIVE) { in nfa_ee_total_lmrt_size()
900 mode_set.ee_status = p_data->mode_set.mode; in nfa_ee_api_mode_set()
909 p_cb->ee_status = NFA_EE_STATUS_PENDING | NFA_EE_STATUS_ACTIVE; in nfa_ee_api_mode_set()
911 p_cb->ee_status = NFA_EE_STATUS_INACTIVE; in nfa_ee_api_mode_set()
1728 (p_cb->ee_status & NFA_EE_STATUS_RESTORING)) { in nfa_ee_remove_pending()
1895 nfa_ee_cb.cur_ee, p_cb->ecb_flags, p_cb->ee_status); in nfa_ee_nci_disc_ntf()
1924 p_cb->ee_status = p_ee->ee_status; in nfa_ee_nci_disc_ntf()
1947 if (nfa_dm_is_active() && (p_cb->ee_status != NFA_EE_STATUS_REMOVED)) { in nfa_ee_nci_disc_ntf()
1952 p_info->ee_status = p_cb->ee_status; in nfa_ee_nci_disc_ntf()
2074 if ((p_cb->ee_status & NFA_EE_STATUS_INT_MASK) || in nfa_ee_build_discover_req_evt()
[all …]
Dnfa_ee_api.cc121 max_ret, num_ret, p_cb->ee_status); in NFA_EeGetInfo()
122 if ((p_cb->ee_status & NFA_EE_STATUS_INT_MASK) || in NFA_EeGetInfo()
123 (p_cb->ee_status == NFA_EE_STATUS_REMOVED)) { in NFA_EeGetInfo()
127 p_info->ee_status = p_cb->ee_status; in NFA_EeGetInfo()
/system/nfc/src/nfa/include/
Dnfa_ee_api.h114 tNFA_EE_STATUS ee_status; /* The NFCEE status */ member
159 tNFA_EE_STATUS ee_status; /* The NFCEE status */ member
Dnfa_ee_int.h198 uint8_t ee_status; /* The NFCEE status */ member
/system/nfc/src/nfc/nci/
Dnci_hrcv.cc401 nfc_response.nfcee_info.ee_status = *pp++; in nci_proc_ee_management_ntf()
/system/nfc/src/nfa/hci/
Dnfa_hci_main.cc552 if (nfa_hci_cb.ee_info[xx].ee_status == NFA_EE_STATUS_INACTIVE) { in nfa_hci_enable_one_nfcee()
608 if (nfa_hci_cb.ee_info[count].ee_status == NFA_EE_STATUS_INACTIVE) { in nfa_hci_startup()
/system/nfc/src/nfc/include/
Dnfc_api.h282 uint8_t ee_status; /* The NFCEE status. */ member