Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfc/tags/
H A Drw_t5t.cc342 p_i93->ndef_tlv_start_offset = p_i93->rw_offset + 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()
385 p_i93->ndef_tlv_start_offset + 3 + p_i93->tlv_length; in rw_t5t_sm_detect_ndef()
434 p_i93->gre_ndef_tlv_pos = p_i93->ndef_tlv_start_offset; in rw_t5t_sm_detect_ndef()
532 p_i93->ndef_tlv_last_offset = p_i93->ndef_tlv_start_offset + 3; in rw_t5t_sm_update_ndef()
626 (p_i93->ndef_tlv_start_offset + 1) / p_i93->block_size; in rw_t5t_sm_update_ndef()
629 p_i93->rw_offset = p_i93->ndef_tlv_start_offset + 1; in rw_t5t_sm_update_ndef()
645 (p_i93->ndef_tlv_start_offset + 1) / p_i93->block_size; in rw_t5t_sm_update_ndef()
650 p_i93->rw_offset = p_i93->ndef_tlv_start_offset + 1; in rw_t5t_sm_update_ndef()
678 p_i93->rw_offset = p_i93->ndef_tlv_start_offset + 1; in rw_t5t_sm_update_ndef()
[all …]
H A Drw_i93.cc1984 p_i93->ndef_tlv_start_offset = p_i93->rw_offset + 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()
2055 p_i93->rw_offset = p_i93->ndef_tlv_start_offset; in rw_i93_sm_detect_ndef()
2240 offset = p_i93->ndef_tlv_start_offset % p_i93->block_size; in rw_i93_sm_read_ndef()
2250 offset -= (p_i93->rw_offset - p_i93->ndef_tlv_start_offset); in rw_i93_sm_read_ndef()
2464 p_i93->rw_offset = p_i93->ndef_tlv_start_offset + 1; in rw_i93_sm_update_ndef()
2491 p_i93->rw_offset = p_i93->ndef_tlv_start_offset + 1; in rw_i93_sm_update_ndef()
2562 p_i93->ndef_length, p_i93->ndef_tlv_start_offset, in rw_i93_sm_update_ndef()
3009 p_i93->rw_offset = p_i93->ndef_tlv_start_offset; in rw_i93_sm_set_read_only()
4028 rw_cb.tcb.i93.rw_offset = rw_cb.tcb.i93.ndef_tlv_start_offset; in RW_I93ReadNDef()
[all …]
/aosp12/system/nfc/src/nfc/include/
H A Drw_int.h810 uint16_t ndef_tlv_start_offset; /* offset of first byte of NDEF TLV */ member