Home
last modified time | relevance | path

Searched refs:num_ee_expecting (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_main.c245 nfa_ee_cb.num_ee_expecting = 0; in nfa_ee_proc_nfcc_power_mode()
259 nfa_ee_cb.num_ee_expecting = 0; in nfa_ee_proc_nfcc_power_mode()
481 nfa_ee_cb.num_ee_expecting = 0; in nfa_ee_sys_disable()
492 nfa_ee_cb.num_ee_expecting++; in nfa_ee_sys_disable()
504 if (nfa_ee_cb.num_ee_expecting) in nfa_ee_sys_disable()
Dnfa_ee_act.c961 …_expecting:%d notify_enable_done:%d", nfa_ee_cb.em_state, nfa_ee_cb.num_ee_expecting, notify_enabl… in nfa_ee_report_disc_done()
962 if (nfa_ee_cb.num_ee_expecting == 0) in nfa_ee_report_disc_done()
1097 nfa_ee_cb.num_ee_expecting = 0; in nfa_ee_nci_disc_rsp()
1145 nfa_ee_cb.num_ee_expecting = p_evt->num_nfcee; in nfa_ee_nci_disc_rsp()
1146 if (nfa_ee_cb.num_ee_expecting > NFA_EE_MAX_EE_SUPPORTED) in nfa_ee_nci_disc_rsp()
1148 …NFA_TRACE_ERROR2 ("NFA-EE num_ee_expecting:%d > max:%d", nfa_ee_cb.num_ee_expecting, NFA_EE_MAX_EE… in nfa_ee_nci_disc_rsp()
1152 … cur_ee:%d num_ee_expecting:%d", nfa_ee_cb.em_state, nfa_ee_cb.cur_ee, nfa_ee_cb.num_ee_expecting); in nfa_ee_nci_disc_rsp()
1174 …pecting:%d", nfa_ee_cb.em_state, nfa_ee_cb.ee_flags, nfa_ee_cb.cur_ee, nfa_ee_cb.num_ee_expecting); in nfa_ee_nci_disc_ntf()
1175 if (nfa_ee_cb.num_ee_expecting) in nfa_ee_nci_disc_ntf()
1177 nfa_ee_cb.num_ee_expecting--; in nfa_ee_nci_disc_ntf()
[all …]
/external/libnfc-nci/src/nfa/int/
Dnfa_ee_int.h416 UINT8 num_ee_expecting; /* number of ee_info still expecting*/ member