Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c1890 void nfa_ee_check_set_routing(UINT16 new_size, int *p_max_len, UINT8 *p, int *p_cur_offset) in nfa_ee_check_set_routing() argument
1895 if (new_size + *p_cur_offset > max_tlv) in nfa_ee_check_set_routing()
1897 if (NFC_SetRouting(TRUE, *p, *p_cur_offset, p + 1) == NFA_STATUS_OK) in nfa_ee_check_set_routing()
1903 if (*p_max_len > *p_cur_offset) in nfa_ee_check_set_routing()
1904 *p_max_len -= *p_cur_offset;/* the max is reduced */ in nfa_ee_check_set_routing()
1907 *p_cur_offset = 0; /* nothing is in queue any more */ in nfa_ee_check_set_routing()
1921 …ee_route_add_one_ecb(tNFA_EE_ECB *p_cb, int *p_max_len, BOOLEAN more, UINT8 *ps, int *p_cur_offset) in nfa_ee_route_add_one_ecb() argument
1929 UINT8 *pp = ps + *p_cur_offset; in nfa_ee_route_add_one_ecb()
1936 nfa_ee_check_set_routing (p_cb->size_mask, p_max_len, ps, p_cur_offset); in nfa_ee_route_add_one_ecb()
1941 *p_max_len, max_tlv, *p_cur_offset, more, num_tlv); in nfa_ee_route_add_one_ecb()
[all …]