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.c96 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE; in nfa_ee_init()
99 nfa_ee_cb.ecb[NFA_EE_CB_4_DH].ee_status = NFC_NFCEE_STATUS_ACTIVE; in nfa_ee_init()
159 p_cb->nfcee_id, p_cb->ecb_flags, p_cb->ee_status, p_cb->ee_old_status); in nfa_ee_restore_one_ecb()
161 (p_cb->ee_status & NFA_EE_STATUS_RESTORING) == 0 && in nfa_ee_restore_one_ecb()
165 if (p_cb->ee_status != p_cb->ee_old_status) { in nfa_ee_restore_one_ecb()
180 } else if (p_cb->ee_status == NFC_NFCEE_STATUS_ACTIVE) { in nfa_ee_restore_one_ecb()
227 (p_cb->ee_status != NFA_EE_STATUS_REMOVED)) { in nfa_ee_proc_nfcc_power_mode()
235 p_cb->ee_status |= NFA_EE_STATUS_RESTORING; in nfa_ee_proc_nfcc_power_mode()
236 p_cb->ee_old_status = p_cb->ee_status; in nfa_ee_proc_nfcc_power_mode()
Dnfa_ee_act.c220 if (p_cb->ee_status == NFC_NFCEE_STATUS_ACTIVE) { in nfa_ee_total_lmrt_size()
609 p_cb->ee_status = NFA_EE_STATUS_PENDING | NFA_EE_STATUS_ACTIVE; in nfa_ee_api_mode_set()
611 p_cb->ee_status = NFA_EE_STATUS_INACTIVE; in nfa_ee_api_mode_set()
1115 (p_cb->ee_status & NFA_EE_STATUS_RESTORING)) { in nfa_ee_remove_pending()
1279 nfa_ee_cb.cur_ee, p_cb->ecb_flags, p_cb->ee_status); in nfa_ee_nci_disc_ntf()
1307 p_cb->ee_status = p_ee->ee_status; in nfa_ee_nci_disc_ntf()
1329 if (nfa_dm_is_active() && (p_cb->ee_status != NFA_EE_STATUS_REMOVED)) { in nfa_ee_nci_disc_ntf()
1334 p_info->ee_status = p_cb->ee_status; in nfa_ee_nci_disc_ntf()
1430 if ((p_cb->ee_status & NFA_EE_STATUS_INT_MASK) || in nfa_ee_build_discover_req_evt()
1431 (p_cb->ee_status != NFA_EE_STATUS_ACTIVE) || in nfa_ee_build_discover_req_evt()
[all …]
Dnfa_ee_api.c111 num_ret, p_cb->ee_status); in NFA_EeGetInfo()
112 if ((p_cb->ee_status & NFA_EE_STATUS_INT_MASK) || in NFA_EeGetInfo()
113 (p_cb->ee_status == NFA_EE_STATUS_REMOVED)) { in NFA_EeGetInfo()
117 p_info->ee_status = p_cb->ee_status; in NFA_EeGetInfo()
/system/nfc/src/nfc/nci/
Dnci_hrcv.c365 uint8_t ee_status; in nci_proc_ee_management_ntf() local
377 ee_status = *pp++; in nci_proc_ee_management_ntf()
379 nfcee_info.ee_status = ee_status; in nci_proc_ee_management_ntf()
/system/nfc/src/nfa/include/
Dnfa_ee_api.h129 tNFA_EE_STATUS ee_status; /* The NFCEE status */ member
181 tNFA_EE_STATUS ee_status; /* The NFCEE status */ member
/system/nfc/src/nfa/int/
Dnfa_ee_int.h170 uint8_t ee_status; /* The NFCEE status */ member
/system/nfc/src/nfc/include/
Dnfc_api.h311 uint8_t ee_status; /* The NFCEE status. */ member
/system/nfc/src/nfa/hci/
Dnfa_hci_main.c544 if (ee_info[count].ee_status == NFA_EE_STATUS_INACTIVE) { in nfa_hci_startup()