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

/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_act.c1013 tNFA_EE_ECB *p_cb_n, *p_cb_end; local
1035 for (p_cb_n = p_cb + 1; p_cb_n <= p_cb_end;)
1037 while ((p_cb_n->nfcee_id == NFA_EE_INVALID) && (p_cb_n <= p_cb_end))
1039 p_cb_n++;
1042 if (p_cb_n <= p_cb_end)
1044 memcpy(p_cb, p_cb_n, sizeof(tNFA_EE_ECB));
1045 p_cb_n->nfcee_id = NFA_EE_INVALID;
1048 p_cb_n
[all...]

Completed in 81 milliseconds