Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_mfc.cc176 if (sectorlength != p_mfc->sector_authentified) { in rw_mfc_formatBlock()
242 p_mfc->sector_authentified = p_mfc->next_block.block / 4; in rw_mfc_handle_format_rsp()
244 p_mfc->sector_authentified = in rw_mfc_handle_format_rsp()
371 if (sectorlength != p_mfc->sector_authentified) { in rw_mfc_writeBlock()
445 p_mfc->sector_authentified = p_mfc->next_block.block / 4; in rw_mfc_handle_write_rsp()
447 p_mfc->sector_authentified = in rw_mfc_handle_write_rsp()
569 p_mfc->sector_authentified = -1; in rw_mfc_select()
882 if (sectorlength != p_mfc->sector_authentified) { in rw_mfc_readBlock()
939 p_mfc->sector_authentified = p_mfc->next_block.block / 4; in rw_mfc_handle_tlv_detect_rsp()
1286 p_mfc->sector_authentified = p_mfc->next_block.block / 4; in rw_mfc_handle_ndef_read_rsp()
[all …]
/system/nfc/src/nfc/include/
Drw_int.h661 uint8_t sector_authentified; member