OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aid_cfg
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/nfa/int/
nfa_ee_int.h
141
*
aid_cfg
[] contains AID and maybe some other VS information in TLV format
145
UINT8 aid_len[NFA_EE_MAX_AID_ENTRIES];/* the actual lengths in
aid_cfg
*/
148
UINT8
aid_cfg
[NFA_EE_MAX_AID_CFG_LEN];/* routing entries based on AID */
member in struct:__anon17152
149
UINT8 aid_entries; /* The number of AID entries in
aid_cfg
*/
/external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c
191
pa = &p_cb->
aid_cfg
[start_offset];
270
** Description Find the total len in
aid_cfg
from start_entry to the last
297
** offset in
aid_cfg
[]. *p_entry is the index.
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) )
706
p = p_cb->
aid_cfg
+ len;
776
GKI_shiftup (&p_cb->
aid_cfg
[offset], &p_cb->
aid_cfg
[offset+ len], rest_len);
[
all
...]
Completed in 71 milliseconds