Home
last modified time | relevance | path

Searched refs:rw_offset (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_t5t.cc136 p_i93->rw_offset = 8; in rw_t5t_sm_detect_ndef()
142 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_t5t_sm_detect_ndef()
290 p_i93->rw_offset = 8; in rw_t5t_sm_detect_ndef()
300 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_t5t_sm_detect_ndef()
310 p_i93->rw_offset = 4; in rw_t5t_sm_detect_ndef()
318 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_t5t_sm_detect_ndef()
342 p_i93->ndef_tlv_start_offset = p_i93->rw_offset + xx; in rw_t5t_sm_detect_ndef()
448 p_i93->rw_offset += length; in rw_t5t_sm_detect_ndef()
450 if (p_i93->rw_offset > p_i93->t5t_area_last_offset) { in rw_t5t_sm_detect_ndef()
453 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_t5t_sm_detect_ndef()
[all …]
Drw_i93.cc1766 if (p_i93->num_block <= p_i93->rw_offset) { in rw_i93_get_next_block_sec()
1768 "rw_offset(0x%x) must be less than num_block(0x%x)", p_i93->rw_offset, in rw_i93_get_next_block_sec()
1773 num_blocks = p_i93->num_block - p_i93->rw_offset; in rw_i93_get_next_block_sec()
1780 return rw_i93_send_cmd_get_multi_block_sec(p_i93->rw_offset, num_blocks); in rw_i93_get_next_block_sec()
1957 p_i93->rw_offset = 4; in rw_i93_sm_detect_ndef()
1959 p_i93->rw_offset = 8; in rw_i93_sm_detect_ndef()
1961 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_i93_sm_detect_ndef()
1984 p_i93->ndef_tlv_start_offset = p_i93->rw_offset + xx; in rw_i93_sm_detect_ndef()
2055 p_i93->rw_offset = p_i93->ndef_tlv_start_offset; in rw_i93_sm_detect_ndef()
2063 p_i93->rw_offset = 0; in rw_i93_sm_detect_ndef()
[all …]
Drw_t4t.cc249 tmp_offset = p_t4t->rw_offset; in rw_t4t_set_ber_tlv()
252 tmp_offset = p_t4t->rw_offset; in rw_t4t_set_ber_tlv()
255 tmp_offset = p_t4t->rw_offset; in rw_t4t_set_ber_tlv()
290 p_t4t->rw_offset += data_length; in rw_t4t_set_ber_tlv()
837 p_t4t->rw_offset = offset; in rw_t4t_read_file()
851 if ((p_t4t->rw_offset + p_t4t->rw_length) > 0x7FFF) { in rw_t4t_read_file()
1006 p_t4t->rw_offset, p_t4t->rw_length); in rw_t4t_update_file()
1033 if ((p_t4t->rw_offset + p_t4t->rw_length) > 0x7FFF) { in rw_t4t_update_file()
1055 UINT16_TO_BE_STREAM(p, p_t4t->rw_offset); in rw_t4t_update_file()
1074 p_t4t->rw_offset += length; in rw_t4t_update_file()
[all …]
/system/nfc/src/nfc/include/
Drw_int.h595 uint32_t rw_offset; /* remaining offset to read/write */ member
657 uint16_t rw_offset; /* remaining offset to read/write */ member
817 uint16_t rw_offset; /* offset to read/write */ member