Searched refs:p_cur_offset (Results 1 – 1 of 1) sorted by relevance
/external/libnfc-nci/src/nfa/ee/ |
D | nfa_ee_act.c | 1870 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 1875 if (new_size + *p_cur_offset > max_tlv) in nfa_ee_check_set_routing() 1877 if (NFC_SetRouting(TRUE, *p, *p_cur_offset, p + 1) == NFA_STATUS_OK) in nfa_ee_check_set_routing() 1883 if (*p_max_len > *p_cur_offset) in nfa_ee_check_set_routing() 1884 *p_max_len -= *p_cur_offset;/* the max is reduced */ in nfa_ee_check_set_routing() 1887 *p_cur_offset = 0; /* nothing is in queue any more */ in nfa_ee_check_set_routing() 1901 …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 1909 UINT8 *pp = ps + *p_cur_offset; in nfa_ee_route_add_one_ecb() 1916 nfa_ee_check_set_routing (p_cb->size_mask, p_max_len, ps, p_cur_offset); in nfa_ee_route_add_one_ecb() 1921 *p_max_len, max_tlv, *p_cur_offset, more, num_tlv); in nfa_ee_route_add_one_ecb() [all …]
|