Searched refs:cur_ee (Results 1 – 4 of 4) sorted by relevance
/system/nfc/src/nfa/ee/ |
D | nfa_ee_act.cc | 296 p_cb = &nfa_ee_cb.ecb[nfa_ee_cb.cur_ee - 1]; in nfa_ee_total_lmrt_size() 297 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb--) { in nfa_ee_total_lmrt_size() 646 for (yy = 0; yy <= nfa_ee_cb.cur_ee; yy++) { in nfa_ee_find_aid_offset() 1705 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) { in nfa_ee_restore_ntf_done() 1731 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) { in nfa_ee_remove_pending() 1742 nfa_ee_cb.cur_ee, num_removed, first_removed); in nfa_ee_remove_pending() 1743 if (num_removed && (first_removed != (nfa_ee_cb.cur_ee - num_removed))) { in nfa_ee_remove_pending() 1745 p_cb_end = &nfa_ee_cb.ecb[nfa_ee_cb.cur_ee - 1]; in nfa_ee_remove_pending() 1760 nfa_ee_cb.cur_ee -= (uint8_t)num_removed; in nfa_ee_remove_pending() 1781 nfa_ee_cb.cur_ee, num_nfcee); in nfa_ee_nci_disc_rsp() [all …]
|
D | nfa_ee_main.cc | 233 if (xx >= nfa_ee_cb.cur_ee) p_cb->nfcee_id = NFA_EE_INVALID; in nfa_ee_proc_nfcc_power_mode() 435 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) { in nfa_ee_find_ecb_by_conn_id() 473 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) { in nfa_ee_sys_disable()
|
D | nfa_ee_api.cc | 96 int xx, ret = nfa_ee_cb.cur_ee; in NFA_EeGetInfo() 103 nfa_ee_cb.cur_ee); in NFA_EeGetInfo() 241 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++) { in NFA_EeModeSet()
|
/system/nfc/src/nfa/include/ |
D | nfa_ee_int.h | 488 uint8_t cur_ee; /* the number of ee_info in cb */ member
|