Searched defs:p_cur_offset (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_act.c1526 tNFA_STATUS nfa_ee_route_add_one_ecb(tNFA_EE_ECB *p_cb, int max_len, BOOLEAN more, UINT8 *ps, int *p_cur_offset) argument
1533 UINT8 *pp = ps + *p_cur_offset;
1541 max_len, max_tlv, *p_cur_offset, more, num_tlv);
1542 pp = ps + 1 + *p_cur_offset;
1544 tlv_size = (UINT8)*p_cur_offset;
1663 *p_cur_offset += entry_size;

Completed in 80 milliseconds