Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_i93.cc1628 if (p_i93->num_block <= p_i93->rw_offset) { in rw_i93_get_next_block_sec()
1630 "rw_offset(0x%x) must be less than num_block(0x%x)", p_i93->rw_offset, in rw_i93_get_next_block_sec()
1635 num_blocks = p_i93->num_block - p_i93->rw_offset; in rw_i93_get_next_block_sec()
1642 return rw_i93_send_cmd_get_multi_block_sec(p_i93->rw_offset, num_blocks); in rw_i93_get_next_block_sec()
1806 p_i93->rw_offset = 4; in rw_i93_sm_detect_ndef()
1808 p_i93->rw_offset = 8; in rw_i93_sm_detect_ndef()
1810 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_i93_sm_detect_ndef()
1833 p_i93->ndef_tlv_start_offset = p_i93->rw_offset + xx; in rw_i93_sm_detect_ndef()
1904 p_i93->rw_offset = p_i93->ndef_tlv_start_offset; in rw_i93_sm_detect_ndef()
1912 p_i93->rw_offset = 0; in rw_i93_sm_detect_ndef()
[all …]
Drw_t4t.cc678 p_t4t->rw_offset = offset; in rw_t4t_read_file()
761 "rw_offset:%d, rw_length:%d", p_t4t->rw_offset, p_t4t->rw_length); in rw_t4t_update_file()
784 UINT16_TO_BE_STREAM(p, p_t4t->rw_offset); in rw_t4t_update_file()
796 p_t4t->rw_offset += length; in rw_t4t_update_file()
1502 p_t4t->rw_offset += p_r_apdu->len; in rw_t4t_sm_read_ndef()
1512 if (!rw_t4t_read_file(p_t4t->rw_offset, p_t4t->rw_length, true)) { in rw_t4t_sm_read_ndef()
2057 rw_cb.tcb.t4t.rw_offset = T4T_FILE_LENGTH_SIZE; in RW_T4tUpdateNDef()
/system/nfc/src/nfc/include/
Drw_int.h575 uint16_t rw_offset; /* remaining offset to read/write */ member
635 uint16_t rw_offset; /* remaining offset to read/write */ member
729 uint16_t rw_offset; /* offset to read/write */ member