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.cc103 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE; in nfa_ee_init()
106 nfa_ee_cb.ecb[NFA_EE_CB_4_DH].ee_status = NFC_NFCEE_STATUS_ACTIVE; in nfa_ee_init()
165 p_cb->nfcee_id, p_cb->ecb_flags, p_cb->ee_status, p_cb->ee_old_status); in nfa_ee_restore_one_ecb()
167 (p_cb->ee_status & NFA_EE_STATUS_RESTORING) == 0 && in nfa_ee_restore_one_ecb()
171 if (p_cb->ee_status != p_cb->ee_old_status) { in nfa_ee_restore_one_ecb()
186 } else if (p_cb->ee_status == NFC_NFCEE_STATUS_ACTIVE) { in nfa_ee_restore_one_ecb()
235 (p_cb->ee_status != NFA_EE_STATUS_REMOVED)) { in nfa_ee_proc_nfcc_power_mode()
243 p_cb->ee_status |= NFA_EE_STATUS_RESTORING; in nfa_ee_proc_nfcc_power_mode()
244 p_cb->ee_old_status = p_cb->ee_status; in nfa_ee_proc_nfcc_power_mode()
Dnfa_ee_act.cc287 if (p_cb->ee_status == NFC_NFCEE_STATUS_ACTIVE) { in nfa_ee_total_lmrt_size()
833 mode_set.ee_status = p_data->mode_set.mode; in nfa_ee_api_mode_set()
842 p_cb->ee_status = NFA_EE_STATUS_PENDING | NFA_EE_STATUS_ACTIVE; in nfa_ee_api_mode_set()
844 p_cb->ee_status = NFA_EE_STATUS_INACTIVE; in nfa_ee_api_mode_set()
1559 (p_cb->ee_status & NFA_EE_STATUS_RESTORING)) { in nfa_ee_remove_pending()
1726 nfa_ee_cb.cur_ee, p_cb->ecb_flags, p_cb->ee_status); in nfa_ee_nci_disc_ntf()
1755 p_cb->ee_status = p_ee->ee_status; in nfa_ee_nci_disc_ntf()
1778 if (nfa_dm_is_active() && (p_cb->ee_status != NFA_EE_STATUS_REMOVED)) { in nfa_ee_nci_disc_ntf()
1783 p_info->ee_status = p_cb->ee_status; in nfa_ee_nci_disc_ntf()
1905 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.h108 tNFA_EE_STATUS ee_status; /* The NFCEE status */ member
153 tNFA_EE_STATUS ee_status; /* The NFCEE status */ member
Dnfa_ee_int.h190 uint8_t ee_status; /* The NFCEE status */ member
/system/nfc/src/nfc/nci/
Dnci_hrcv.cc395 nfc_response.nfcee_info.ee_status = *pp++; in nci_proc_ee_management_ntf()
/system/nfc/src/nfa/hci/
Dnfa_hci_main.cc553 if (nfa_hci_cb.ee_info[xx].ee_status == NFA_EE_STATUS_INACTIVE) { in nfa_hci_enable_one_nfcee()
609 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