Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t5t.cc42 extern tNFC_STATUS rw_i93_send_cmd_read_single_block(uint32_t, bool);
162 if (rw_i93_send_cmd_read_single_block(0x0000, false) == NFC_STATUS_OK) { in rw_t5t_sm_detect_ndef()
264 if (rw_i93_send_cmd_read_single_block(0x0001, false) == in rw_t5t_sm_detect_ndef()
666 if (rw_i93_send_cmd_read_single_block(block_number, false) == in rw_t5t_sm_update_ndef()
694 if (rw_i93_send_cmd_read_single_block(block_number, false) == in rw_t5t_sm_update_ndef()
724 if (rw_i93_send_cmd_read_single_block(block_number, false) != in rw_t5t_sm_update_ndef()
Drw_i93.cc819 tNFC_STATUS rw_i93_send_cmd_read_single_block(uint32_t block_number, in rw_i93_send_cmd_read_single_block() function
1754 return rw_i93_send_cmd_read_single_block(first_block, false); in rw_i93_get_next_blocks()
1759 return rw_i93_send_cmd_read_single_block(first_block, false); in rw_i93_get_next_blocks()
1890 if (rw_i93_send_cmd_read_single_block(0x0000, false) == NFC_STATUS_OK) { in rw_i93_sm_detect_ndef()
2071 rw_i93_send_cmd_read_single_block(first_block, true); in rw_i93_sm_detect_ndef()
2121 rw_i93_send_cmd_read_single_block( in rw_i93_sm_detect_ndef()
2477 if (rw_i93_send_cmd_read_single_block(block_number, false) == in rw_i93_sm_update_ndef()
2504 if (rw_i93_send_cmd_read_single_block(block_number, false) == in rw_i93_sm_update_ndef()
2535 if (rw_i93_send_cmd_read_single_block(block_number, false) != in rw_i93_sm_update_ndef()
2715 if (rw_i93_send_cmd_read_single_block(0x0000, true) == in rw_i93_sm_format()
[all …]