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
/system/nfc/src/nfa/ee/
nfa_ee_act.cc
611
tNFA_EE_ECB *p_ret = NULL, *
p_ecb
;
local
613
p_ecb
= &nfa_ee_cb.ecb[NFA_EE_CB_4_DH];
615
for (yy = 0; yy < nfa_ee_cb.cur_ee; yy++,
p_ecb
++) {
616
if (
p_ecb
->aid_entries) {
618
for (xx = 0; xx <
p_ecb
->aid_entries; xx++) {
619
if ((
p_ecb
->aid_cfg[offset + aid_len_offset] == aid_len) &&
620
(memcmp(&
p_ecb
->aid_cfg[offset + aid_len_offset + 1], p_aid,
622
p_ret =
p_ecb
;
627
offset +=
p_ecb
->aid_len[xx];
635
p_ecb
= &nfa_ee_cb.ecb[yy]
657
tNFA_EE_ECB*
p_ecb
= &nfa_ee_cb.ecb[xx];
local
[
all
...]
Completed in 87 milliseconds