OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_ecb
(Results
1 - 1
of
1
) sorted by null
/external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c
305
tNFA_EE_ECB *p_ret = NULL, *
p_ecb
;
local
307
p_ecb
= &nfa_ee_cb.ecb[NFA_EE_CB_4_DH];
309
for (yy = 0; yy < nfa_ee_cb.cur_ee; yy++,
p_ecb
++)
311
if (
p_ecb
->aid_entries)
314
for (xx = 0; xx <
p_ecb
->aid_entries; xx++)
316
if ( (
p_ecb
->aid_cfg[offset + aid_len_offset] == aid_len)
317
&&(memcmp(&
p_ecb
->aid_cfg[offset + aid_len_offset + 1], p_aid, aid_len) == 0) )
319
p_ret =
p_ecb
;
326
offset +=
p_ecb
->aid_len[xx];
335
p_ecb
= &nfa_ee_cb.ecb[yy]
[
all
...]
Completed in 61 milliseconds