Home
last modified time | relevance | path

Searched refs:p_ecb (Results 1 – 1 of 1) sorted by relevance

/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc611 tNFA_EE_ECB *p_ret = NULL, *p_ecb; in nfa_ee_find_aid_offset() local
613 p_ecb = &nfa_ee_cb.ecb[NFA_EE_CB_4_DH]; in nfa_ee_find_aid_offset()
615 for (yy = 0; yy < nfa_ee_cb.cur_ee; yy++, p_ecb++) { in nfa_ee_find_aid_offset()
616 if (p_ecb->aid_entries) { in nfa_ee_find_aid_offset()
618 for (xx = 0; xx < p_ecb->aid_entries; xx++) { in nfa_ee_find_aid_offset()
619 if ((p_ecb->aid_cfg[offset + aid_len_offset] == aid_len) && in nfa_ee_find_aid_offset()
620 (memcmp(&p_ecb->aid_cfg[offset + aid_len_offset + 1], p_aid, in nfa_ee_find_aid_offset()
622 p_ret = p_ecb; in nfa_ee_find_aid_offset()
627 offset += p_ecb->aid_len[xx]; in nfa_ee_find_aid_offset()
635 p_ecb = &nfa_ee_cb.ecb[yy]; in nfa_ee_find_aid_offset()
[all …]