HomeSort by relevance Sort by last modified time
    Searched full: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++)
693 else if (p_cb->aid_entries < NFA_EE_MAX_AID_ENTRIES)
704 p_cb->aid_pwr_cfg[p_cb->aid_entries] = p_add->power_state;
705 p_cb->aid_rt_info[p_cb->aid_entries] = NFA_EE_AE_ROUTE;
713 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:__anon16316

Completed in 2251 milliseconds