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

  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 222 p_cb = &nfa_ee_cb.ecb[nfa_ee_cb.cur_ee - 1];
223 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb--)
309 for (yy = 0; yy < nfa_ee_cb.cur_ee; yy++, p_ecb++)
    [all...]
nfa_ee_main.c 229 if (xx >= nfa_ee_cb.cur_ee)
440 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++)
483 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++)
nfa_ee_api.c 95 int xx, ret = nfa_ee_cb.cur_ee;
100 NFA_TRACE_DEBUG2 ("NFA_EeGetInfo em_state:%d cur_ee:%d", nfa_ee_cb.em_state, nfa_ee_cb.cur_ee);
241 for (xx = 0; xx < nfa_ee_cb.cur_ee; xx++, p_cb++)
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 417 UINT8 cur_ee; /* the number of ee_info in cb */ member in struct:__anon28787

Completed in 592 milliseconds