Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t5t.cc362 p_i93->tlv_length = *(p + xx); in rw_t5t_sm_detect_ndef()
367 p_i93->ndef_tlv_start_offset + 1 + p_i93->tlv_length; in rw_t5t_sm_detect_ndef()
374 p_i93->tlv_length = *(p + xx); in rw_t5t_sm_detect_ndef()
380 p_i93->tlv_length = (p_i93->tlv_length << 8) + *(p + xx); in rw_t5t_sm_detect_ndef()
385 p_i93->ndef_tlv_start_offset + 3 + p_i93->tlv_length; in rw_t5t_sm_detect_ndef()
390 if (p_i93->tlv_length <= length - xx) { in rw_t5t_sm_detect_ndef()
392 xx += (uint8_t)p_i93->tlv_length - 1; in rw_t5t_sm_detect_ndef()
396 p_i93->tlv_length -= (length - xx); in rw_t5t_sm_detect_ndef()
405 p_i93->ndef_length = p_i93->tlv_length; in rw_t5t_sm_detect_ndef()
Drw_i93.cc2004 p_i93->tlv_length = *(p + xx); in rw_i93_sm_detect_ndef()
2009 p_i93->ndef_tlv_start_offset + 1 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()
2016 p_i93->tlv_length = *(p + xx); in rw_i93_sm_detect_ndef()
2021 p_i93->tlv_length = (p_i93->tlv_length << 8) + *(p + xx); in rw_i93_sm_detect_ndef()
2026 p_i93->ndef_tlv_start_offset + 3 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()
2031 if (p_i93->tlv_length <= length - xx) { in rw_i93_sm_detect_ndef()
2033 xx += (uint8_t)p_i93->tlv_length; in rw_i93_sm_detect_ndef()
2037 p_i93->tlv_length -= (length - xx); in rw_i93_sm_detect_ndef()
2046 p_i93->ndef_length = p_i93->tlv_length; in rw_i93_sm_detect_ndef()
/system/nfc/src/nfc/include/
Drw_int.h808 uint16_t tlv_length; /* currently detected length */ member