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

/system/nfc/src/nfa/ee/
H A Dnfa_ee_act.c1699 int* p_cur_offset) {
1705 if (new_size + *p_cur_offset > max_tlv) {
1706 if (NFC_SetRouting(true, *p, *p_cur_offset, p + 1) == NFA_STATUS_OK) {
1712 if (*p_max_len > *p_cur_offset)
1713 *p_max_len -= *p_cur_offset; /* the max is reduced */
1716 *p_cur_offset = 0; /* nothing is in queue any more */
1732 int* p_cur_offset) {
1739 uint8_t* pp = ps + *p_cur_offset;
1746 nfa_ee_check_set_routing(p_cb->size_mask, p_max_len, ps, p_cur_offset);
1755 *p_max_len, max_tlv, *p_cur_offset, mor
1698 nfa_ee_check_set_routing(uint16_t new_size, int* p_max_len, uint8_t* p, int* p_cur_offset) argument
1730 nfa_ee_route_add_one_ecb(tNFA_EE_ECB* p_cb, int* p_max_len, bool more, uint8_t* ps, int* p_cur_offset) argument
[all...]

Completed in 52 milliseconds