Home
last modified time | relevance | path

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

/packages/modules/Nfc/libnfc-nci/src/nfa/ee/
Dnfa_ee_api.cc104 uint8_t max_ret; in NFA_EeGetInfo() local
112 max_ret = *p_num_nfcee; in NFA_EeGetInfo()
122 memset(p_info, 0, sizeof(tNFA_EE_INFO) * max_ret); in NFA_EeGetInfo()
124 for (xx = 0; (xx < ret) && (num_ret < max_ret); xx++, p_cb++) { in NFA_EeGetInfo()
132 __func__, xx, max_ret, num_ret, p_cb->nfcee_id, p_cb->ee_status); in NFA_EeGetInfo()
166 uint8_t max_ret; in NFA_EeGetMepInfo() local
174 max_ret = *p_num_nfcee; in NFA_EeGetMepInfo()
184 memset(p_info, 0, sizeof(tNFA_EE_INFO) * max_ret); in NFA_EeGetMepInfo()
187 for (xx = 0; (xx < ret) && (num_ret < max_ret); xx++, p_cb++) { in NFA_EeGetMepInfo()
193 __func__, xx, max_ret, num_ret, p_cb->nfcee_id, p_cb->ee_status); in NFA_EeGetMepInfo()