Searched refs:cur_ee (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/src/nfa/ee/ |
D | nfa_ee_act.c | 160 for (yy = 0; yy < nfa_ee_cb.cur_ee; yy++, p_ecb++) in nfa_ee_find_aid_offset() 746 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) in nfa_ee_restore_ntf_done() 774 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) in nfa_ee_remove_pending() 785 …_remove_pending() cur_ee:%d, num_removed:%d first_removed:%d", nfa_ee_cb.cur_ee, num_removed, firs… in nfa_ee_remove_pending() 786 if (num_removed && (first_removed != (nfa_ee_cb.cur_ee - num_removed))) in nfa_ee_remove_pending() 789 p_cb_end = &nfa_ee_cb.ecb[nfa_ee_cb.cur_ee - 1]; in nfa_ee_remove_pending() 807 nfa_ee_cb.cur_ee -= (UINT8)num_removed; in nfa_ee_remove_pending() 828 …_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() 832 nfa_ee_cb.cur_ee = 0; in nfa_ee_nci_disc_rsp() 852 if (nfa_ee_cb.cur_ee < num_nfcee) in nfa_ee_nci_disc_rsp() [all …]
|
D | nfa_ee_main.c | 221 if (xx >= nfa_ee_cb.cur_ee) in nfa_ee_proc_nfcc_power_mode() 411 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) in nfa_ee_find_ecb_by_conn_id() 452 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) in nfa_ee_sys_disable()
|
D | nfa_ee_api.c | 94 int xx, ret = nfa_ee_cb.cur_ee; in NFA_EeGetInfo() 99 NFA_TRACE_DEBUG2 ("NFA_EeGetInfo em_state:%d cur_ee:%d", nfa_ee_cb.em_state, nfa_ee_cb.cur_ee); in NFA_EeGetInfo() 240 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) in NFA_EeModeSet()
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_ee_int.h | 384 UINT8 cur_ee; /* the number of ee_info in cb */ member
|