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()
738 if (rw_t2t_read((uint16_t)(p_t2t->work_offset / T2T_BLOCK_LEN) ) != NFC_STATUS_OK) in rw_t2t_handle_tlv_detect_rsp()
820 status = rw_t2t_read((uint16_t)block); in rw_t2t_read_locks()
944 status = rw_t2t_read(block); in rw_t2t_read_ndef_last_block()
991 status = rw_t2t_read(block); in rw_t2t_read_terminator_tlv_block()
1014 status = rw_t2t_read(block); in rw_t2t_read_ndef_next_block()
1525 if (rw_t2t_read((uint16_t)(p_t2t->block_read + T2T_READ_BLOCKS)) != in rw_t2t_handle_ndef_read_rsp()
1651 if (rw_t2t_read(block) != NFC_STATUS_OK) failed = true; in rw_t2t_handle_ndef_write_rsp()
[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.h790 extern tNFC_STATUS rw_t2t_read(uint16_t block);