HomeSort by relevance Sort by last modified time
    Searched refs:num_ee_expecting (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfa/ee/
nfa_ee_main.c 233 nfa_ee_cb.num_ee_expecting = 0;
246 nfa_ee_cb.num_ee_expecting = 0;
464 nfa_ee_cb.num_ee_expecting = 0;
475 nfa_ee_cb.num_ee_expecting++;
487 if (nfa_ee_cb.num_ee_expecting)
nfa_ee_act.c 699 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);
700 if (nfa_ee_cb.num_ee_expecting == 0)
835 nfa_ee_cb.num_ee_expecting = 0;
883 nfa_ee_cb.num_ee_expecting = p_evt->num_nfcee;
884 if (nfa_ee_cb.num_ee_expecting > NFA_EE_MAX_EE_SUPPORTED)
886 NFA_TRACE_ERROR2 ("NFA-EE num_ee_expecting:%d > max:%d", nfa_ee_cb.num_ee_expecting, NFA_EE_MAX_EE_SUPPORTED);
890 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/
nfa_ee_int.h 391 UINT8 num_ee_expecting; /* number of ee_info still expecting*/ member in struct:__anon22482

Completed in 364 milliseconds