Home
last modified time | relevance | path

Searched refs:cur_ee (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c222 p_cb = &nfa_ee_cb.ecb[nfa_ee_cb.cur_ee - 1]; in nfa_ee_total_lmrt_size()
223 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb--) in nfa_ee_total_lmrt_size()
309 for (yy = 0; yy < nfa_ee_cb.cur_ee; yy++, p_ecb++) in nfa_ee_find_aid_offset()
1010 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) in nfa_ee_restore_ntf_done()
1038 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) in nfa_ee_remove_pending()
1049 …_remove_pending() cur_ee:%d, num_removed:%d first_removed:%d", nfa_ee_cb.cur_ee, num_removed, firs… in nfa_ee_remove_pending()
1050 if (num_removed && (first_removed != (nfa_ee_cb.cur_ee - num_removed))) in nfa_ee_remove_pending()
1053 p_cb_end = &nfa_ee_cb.ecb[nfa_ee_cb.cur_ee - 1]; in nfa_ee_remove_pending()
1071 nfa_ee_cb.cur_ee -= (UINT8)num_removed; in nfa_ee_remove_pending()
1092 …_disc_rsp() em_state:%d cur_ee:%d, num_nfcee:%d", nfa_ee_cb.em_state, nfa_ee_cb.cur_ee, num_nfcee); in nfa_ee_nci_disc_rsp()
[all …]
Dnfa_ee_main.c229 if (xx >= nfa_ee_cb.cur_ee) in nfa_ee_proc_nfcc_power_mode()
440 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) in nfa_ee_find_ecb_by_conn_id()
483 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) in nfa_ee_sys_disable()
Dnfa_ee_api.c95 int xx, ret = nfa_ee_cb.cur_ee; in NFA_EeGetInfo()
100 NFA_TRACE_DEBUG2 ("NFA_EeGetInfo em_state:%d cur_ee:%d", nfa_ee_cb.em_state, nfa_ee_cb.cur_ee); in NFA_EeGetInfo()
241 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) in NFA_EeModeSet()
/external/libnfc-nci/src/nfa/int/
Dnfa_ee_int.h417 UINT8 cur_ee; /* the number of ee_info in cb */ member