OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aid_entries
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c
183
if (p_cb->
aid_entries
)
186
for (xx = 0; xx < p_cb->
aid_entries
; xx++)
279
if (p_cb->
aid_entries
> start_entry)
281
for (xx = start_entry; xx < p_cb->
aid_entries
; xx++)
311
if (p_ecb->
aid_entries
)
314
for (xx = 0; xx < p_ecb->
aid_entries
; xx++)
673
else if (p_cb->
aid_entries
< NFA_EE_MAX_AID_ENTRIES)
684
p_cb->aid_pwr_cfg[p_cb->
aid_entries
] = p_add->power_state;
685
p_cb->aid_rt_info[p_cb->
aid_entries
] = NFA_EE_AE_ROUTE;
693
p_cb->aid_len[p_cb->
aid_entries
++] = (UINT8)(p - p_start)
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_ee_int.h
149
UINT8
aid_entries
; /* The number of AID entries in aid_cfg */
member in struct:__anon27955
Completed in 64 milliseconds