Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc500 p_t2t->ndef_header_offset = offset + p_t2t->work_offset; in rw_t2t_handle_tlv_detect_rsp()
930 last_ndef_byte_offset = p_t2t->ndef_header_offset; in rw_t2t_read_ndef_last_block()
1010 if (block == p_t2t->ndef_header_offset / T2T_BLOCK_SIZE) { in rw_t2t_is_read_before_write_block()
1104 index = p_t2t->ndef_header_offset % T2T_BLOCK_SIZE; in rw_t2t_write_ndef_first_block()
1105 block = (uint8_t)(p_t2t->ndef_header_offset / T2T_BLOCK_SIZE); in rw_t2t_write_ndef_first_block()
1292 if (block == p_t2t->ndef_header_offset / T2T_BLOCK_SIZE) { in rw_t2t_update_cb()
1408 ((p_t2t->ndef_msg_offset - p_t2t->ndef_header_offset) == in rw_t2t_get_ndef_max_size()
1613 p_t2t->ndef_write_block = p_t2t->ndef_header_offset / T2T_BLOCK_SIZE; in rw_t2t_handle_ndef_write_rsp()
3017 block = (uint16_t)(p_t2t->ndef_header_offset / T2T_BLOCK_LEN); in RW_T2tWriteNDef()
Drw_t1t_ndef.cc931 p_t1t->ndef_header_offset = offset + p_t1t->work_offset; in rw_t1t_handle_tlv_detect_rsp()
1438 index = p_t1t->ndef_header_offset % T1T_BLOCK_SIZE; in rw_t1t_ndef_write_first_block()
1439 block = (uint8_t)(p_t1t->ndef_header_offset / T1T_BLOCK_SIZE); in rw_t1t_ndef_write_first_block()
1440 p_t1t->segment = (uint8_t)(p_t1t->ndef_header_offset / T1T_SEGMENT_SIZE); in rw_t1t_ndef_write_first_block()
1518 uint8_t first_block = (uint8_t)(p_t1t->ndef_header_offset / T1T_BLOCK_SIZE); in rw_t1t_prepare_ndef_bytes()
1675 ((p_t1t->ndef_msg_offset - p_t1t->ndef_header_offset) == in rw_t1t_get_ndef_max_size()
2453 (uint8_t)(p_t1t->ndef_msg_offset - p_t1t->ndef_header_offset); in RW_T1tWriteNDef()
/system/nfc/src/nfc/include/
Drw_int.h206 uint16_t ndef_header_offset; /* The offset on Tag where first NDEF tlv is member
443 uint16_t ndef_header_offset; member