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.c1349 if (p_i93->num_block <= p_i93->rw_offset) { in rw_i93_get_next_block_sec()
1351 p_i93->rw_offset, p_i93->num_block); in rw_i93_get_next_block_sec()
1355 num_blocks = p_i93->num_block - p_i93->rw_offset; in rw_i93_get_next_block_sec()
1360 return rw_i93_send_cmd_get_multi_block_sec(p_i93->rw_offset, num_blocks); in rw_i93_get_next_block_sec()
1508 p_i93->rw_offset = 4; in rw_i93_sm_detect_ndef()
1510 p_i93->rw_offset = 8; in rw_i93_sm_detect_ndef()
1512 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_i93_sm_detect_ndef()
1535 p_i93->ndef_tlv_start_offset = p_i93->rw_offset + xx; in rw_i93_sm_detect_ndef()
1605 p_i93->rw_offset = p_i93->ndef_tlv_start_offset; in rw_i93_sm_detect_ndef()
1613 p_i93->rw_offset = 0; in rw_i93_sm_detect_ndef()
[all …]
Drw_t4t.c672 p_t4t->rw_offset = offset; in rw_t4t_read_file()
755 p_t4t->rw_offset, p_t4t->rw_length); in rw_t4t_update_file()
778 UINT16_TO_BE_STREAM(p, p_t4t->rw_offset); in rw_t4t_update_file()
790 p_t4t->rw_offset += length; in rw_t4t_update_file()
1508 p_t4t->rw_offset += p_r_apdu->len; in rw_t4t_sm_read_ndef()
1518 if (!rw_t4t_read_file(p_t4t->rw_offset, p_t4t->rw_length, true)) { in rw_t4t_sm_read_ndef()
2058 rw_cb.tcb.t4t.rw_offset = T4T_FILE_LENGTH_SIZE; in RW_T4tUpdateNDef()
/system/nfc/src/nfc/int/
Drw_int.h588 uint16_t rw_offset; /* remaining offset to read/write */ member
696 uint16_t rw_offset; /* offset to read/write */ member