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

/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_main.c245 nfa_ee_cb.num_ee_expecting = 0;
259 nfa_ee_cb.num_ee_expecting = 0;
481 nfa_ee_cb.num_ee_expecting = 0;
492 nfa_ee_cb.num_ee_expecting++;
504 if (nfa_ee_cb.num_ee_expecting)
H A Dnfa_ee_act.c941 NFA_TRACE_DEBUG3("nfa_ee_report_disc_done() em_state:%d num_ee_expecting:%d notify_enable_done:%d", nfa_ee_cb.em_state, nfa_ee_cb.num_ee_expecting, notify_enable_done);
942 if (nfa_ee_cb.num_ee_expecting == 0)
1077 nfa_ee_cb.num_ee_expecting = 0;
1125 nfa_ee_cb.num_ee_expecting = p_evt->num_nfcee;
1126 if (nfa_ee_cb.num_ee_expecting > NFA_EE_MAX_EE_SUPPORTED)
1128 NFA_TRACE_ERROR2 ("NFA-EE num_ee_expecting:%d > max:%d", nfa_ee_cb.num_ee_expecting, NFA_EE_MAX_EE_SUPPORTED);
1132 NFA_TRACE_DEBUG3("nfa_ee_nci_disc_rsp() em_state:%d cur_ee:%d num_ee_expecting:%d", nfa_ee_cb.em_state, nfa_ee_cb.cur_ee, nfa_ee_cb.num_ee_expecting);
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ee_int.h416 UINT8 num_ee_expecting; /* number of ee_info still expecting*/ member in struct:__anon24169

Completed in 83 milliseconds