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

/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_act.c1870 void nfa_ee_check_set_routing(UINT16 new_size, int *p_max_len, UINT8 *p, int *p_cur_offset) argument
1875 if (new_size + *p_cur_offset > max_tlv)
1877 if (NFC_SetRouting(TRUE, *p, *p_cur_offset, p + 1) == NFA_STATUS_OK)
1883 if (*p_max_len > *p_cur_offset)
1884 *p_max_len -= *p_cur_offset;/* the max is reduced */
1887 *p_cur_offset = 0; /* nothing is in queue any more */
1901 tNFA_STATUS nfa_ee_route_add_one_ecb(tNFA_EE_ECB *p_cb, int *p_max_len, BOOLEAN more, UINT8 *ps, int *p_cur_offset) argument
1909 UINT8 *pp = ps + *p_cur_offset;
1916 nfa_ee_check_set_routing (p_cb->size_mask, p_max_len, ps, p_cur_offset);
1921 *p_max_len, max_tlv, *p_cur_offset, mor
[all...]

Completed in 847 milliseconds