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.cc381 p_i93->tlv_length = *(p + xx); in rw_t5t_sm_detect_ndef()
386 p_i93->ndef_tlv_start_offset + 1 + p_i93->tlv_length; in rw_t5t_sm_detect_ndef()
393 p_i93->tlv_length = *(p + xx); in rw_t5t_sm_detect_ndef()
399 p_i93->tlv_length = (p_i93->tlv_length << 8) + *(p + xx); in rw_t5t_sm_detect_ndef()
404 p_i93->ndef_tlv_start_offset + 3 + p_i93->tlv_length; in rw_t5t_sm_detect_ndef()
409 if (p_i93->tlv_length <= length - xx) { in rw_t5t_sm_detect_ndef()
411 xx += (uint8_t)p_i93->tlv_length - 1; in rw_t5t_sm_detect_ndef()
415 p_i93->tlv_length -= (length - xx); in rw_t5t_sm_detect_ndef()
424 p_i93->ndef_length = p_i93->tlv_length; in rw_t5t_sm_detect_ndef()
Drw_i93.cc2016 p_i93->tlv_length = *(p + xx); in rw_i93_sm_detect_ndef()
2021 p_i93->ndef_tlv_start_offset + 1 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()
2028 p_i93->tlv_length = *(p + xx); in rw_i93_sm_detect_ndef()
2033 p_i93->tlv_length = (p_i93->tlv_length << 8) + *(p + xx); in rw_i93_sm_detect_ndef()
2038 p_i93->ndef_tlv_start_offset + 3 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()
2043 if (p_i93->tlv_length <= length - xx) { in rw_i93_sm_detect_ndef()
2045 xx += (uint8_t)p_i93->tlv_length; in rw_i93_sm_detect_ndef()
2049 p_i93->tlv_length -= (length - xx); in rw_i93_sm_detect_ndef()
2058 p_i93->ndef_length = p_i93->tlv_length; in rw_i93_sm_detect_ndef()
/system/nfc/src/nfc/include/
Drw_int.h808 uint32_t tlv_length; /* currently detected length */ member