HomeSort by relevance Sort by last modified time
    Searched refs:aid_entries (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 130 if (p_cb->aid_entries > start_entry)
132 for (xx = start_entry; xx < p_cb->aid_entries; xx++)
162 if (p_ecb->aid_entries)
165 for (xx = 0; xx < p_ecb->aid_entries; xx++)
481 p_cb->aid_pwr_cfg[p_cb->aid_entries] = p_add->power_state;
482 p_cb->aid_rt_info[p_cb->aid_entries] = NFA_EE_AE_ROUTE;
490 p_cb->aid_len[p_cb->aid_entries++] = (UINT8)(p - p_start);
527 if (p_cb && p_cb->aid_entries)
538 if ((entry+1) < p_cb->aid_entries)
547 rest_len = p_cb->aid_entries - entry
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 147 UINT8 aid_entries; /* The number of AID entries in aid_cfg */ member in struct:__anon10412

Completed in 253 milliseconds