Searched refs:p_aid (Results 1 - 6 of 6) sorted by relevance

/system/nfc/src/nfa/ee/
H A Dnfa_ee_api.c399 uint8_t* p_aid, tNFA_EE_PWR_STATE power_state) {
410 if ((p_cb == NULL) || (aid_len == 0) || (p_aid == NULL) ||
417 NFA_TRACE_DEBUG2("aid:<%02x%02x>", p_aid[0], p_aid[1]);
423 p_msg->p_aid = (uint8_t*)(p_msg + 1);
424 memcpy(p_msg->p_aid, p_aid, aid_len);
456 tNFA_STATUS NFA_EeRemoveAidRouting(uint8_t aid_len, uint8_t* p_aid) { argument
462 if ((aid_len == 0) || (p_aid == NULL) || (aid_len > NFA_MAX_AID_LEN)) {
470 p_msg->p_aid
398 NFA_EeAddAidRouting(tNFA_HANDLE ee_handle, uint8_t aid_len, uint8_t* p_aid, tNFA_EE_PWR_STATE power_state) argument
[all...]
H A Dnfa_ee_act.c263 tNFA_EE_ECB* nfa_ee_find_aid_offset(uint8_t aid_len, uint8_t* p_aid, argument
275 (memcmp(&p_ecb->aid_cfg[offset + aid_len_offset + 1], p_aid,
582 p_add->p_aid);
584 nfa_ee_find_aid_offset(p_add->aid_len, p_add->p_aid, &offset, &entry);
632 memcpy(p, p_add->p_aid, p_add->aid_len);
676 p_data->rm_aid.p_aid);
677 p_cb = nfa_ee_find_aid_offset(p_data->rm_aid.aid_len, p_data->rm_aid.p_aid,
/system/nfc/src/nfa/include/
H A Dnfa_ee_api.h387 uint8_t* p_aid,
411 extern tNFA_STATUS NFA_EeRemoveAidRouting(uint8_t aid_len, uint8_t* p_aid);
/system/nfc/src/nfc/include/
H A Dce_api.h171 ** p_aid: AID
178 extern tCE_T4T_AID_HANDLE CE_T4tRegisterAID(uint8_t aid_len, uint8_t* p_aid,
188 ** p_aid: AID
/system/nfc/src/nfa/int/
H A Dnfa_ee_int.h239 uint8_t* p_aid; member in struct:__anon2179
247 uint8_t* p_aid; member in struct:__anon2180
485 tNFA_EE_ECB* nfa_ee_find_aid_offset(uint8_t aid_len, uint8_t* p_aid,
/system/nfc/src/nfc/tags/
H A Dce_t4t.c833 ** p_aid: AID
840 tCE_T4T_AID_HANDLE CE_T4tRegisterAID(uint8_t aid_len, uint8_t* p_aid, argument
867 *p_aid, *(p_aid + 1), *(p_aid + 2), *(p_aid + 3), aid_len);
882 (!(memcmp(p_t4t->reg_aid[xx].aid, p_aid, aid_len)))) {
892 memcpy(p_t4t->reg_aid[xx].aid, p_aid, aid_len);

Completed in 78 milliseconds