Home
last modified time | relevance | path

Searched refs:length_offset (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_t5t.cc502 uint16_t length_offset; in rw_t5t_sm_update_ndef() local
531 length_offset = (p_i93->ndef_tlv_start_offset + 1) % p_i93->block_size; in rw_t5t_sm_update_ndef()
533 if (length < length_offset) { in rw_t5t_sm_update_ndef()
540 *(p + length_offset) = 0x00; in rw_t5t_sm_update_ndef()
545 xx = length_offset + 3; in rw_t5t_sm_update_ndef()
547 xx = length_offset + 1; in rw_t5t_sm_update_ndef()
729 length_offset = p_i93->rw_offset % p_i93->block_size; in rw_t5t_sm_update_ndef()
732 for (xx = length_offset; xx < p_i93->block_size; xx++) { in rw_t5t_sm_update_ndef()
Drw_i93.cc2332 uint32_t length_offset, block_number; in rw_i93_sm_update_ndef() local
2369 length_offset = (p_i93->ndef_tlv_start_offset + 1) % p_i93->block_size; in rw_i93_sm_update_ndef()
2371 if (length < length_offset) { in rw_i93_sm_update_ndef()
2378 *(p + length_offset) = 0x00; in rw_i93_sm_update_ndef()
2383 xx = length_offset + 3; in rw_i93_sm_update_ndef()
2385 xx = length_offset + 1; in rw_i93_sm_update_ndef()
2540 length_offset = p_i93->rw_offset % p_i93->block_size; in rw_i93_sm_update_ndef()
2543 for (xx = length_offset; xx < p_i93->block_size; xx++) { in rw_i93_sm_update_ndef()