Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc231 if (rw_t2t_read((uint16_t)T2T_FIRST_DATA_BLOCK) != NFC_STATUS_OK) { in rw_t2t_handle_cc_read_rsp()
362 if (NFC_STATUS_OK != rw_t2t_read((uint16_t)block)) { in rw_t2t_handle_lock_read_rsp()
373 rw_t2t_read((uint16_t)(lock_offset / T2T_BLOCK_LEN))) { in rw_t2t_handle_lock_read_rsp()
740 if (rw_t2t_read((uint16_t)(p_t2t->work_offset / T2T_BLOCK_LEN) ) != NFC_STATUS_OK) in rw_t2t_handle_tlv_detect_rsp()
822 status = rw_t2t_read((uint16_t)block); in rw_t2t_read_locks()
981 status = rw_t2t_read(block); in rw_t2t_read_ndef_next_block()
1533 if (rw_t2t_read((uint16_t)(p_t2t->block_read + T2T_READ_BLOCKS)) != in rw_t2t_handle_ndef_read_rsp()
1628 if (rw_t2t_read(block) != NFC_STATUS_OK) failed = true; in rw_t2t_handle_ndef_write_rsp()
1807 status = rw_t2t_read((uint16_t)(offset / T2T_BLOCK_LEN)); in rw_t2t_handle_config_tag_readonly()
2680 status = rw_t2t_read(p_ret->version_block); in rw_t2t_format_tag()
[all …]
Drw_t2t.cc706 tNFC_STATUS rw_t2t_read(uint16_t block) { in rw_t2t_read() function
940 status = rw_t2t_read(block); in RW_T2tRead()
/system/nfc/src/nfc/include/
Drw_int.h889 extern tNFC_STATUS rw_t2t_read(uint16_t block);