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.cc175 if (sectorlength != p_mfc->sector_authentified) { in rw_mfc_formatBlock()
241 p_mfc->sector_authentified = p_mfc->next_block.block / 4; in rw_mfc_handle_format_rsp()
243 p_mfc->sector_authentified = in rw_mfc_handle_format_rsp()
370 if (sectorlength != p_mfc->sector_authentified) { in rw_mfc_writeBlock()
447 p_mfc->sector_authentified = p_mfc->next_block.block / 4; in rw_mfc_handle_write_rsp()
449 p_mfc->sector_authentified = in rw_mfc_handle_write_rsp()
571 p_mfc->sector_authentified = -1; in rw_mfc_select()
881 if (sectorlength != p_mfc->sector_authentified) { in rw_mfc_readBlock()
938 p_mfc->sector_authentified = p_mfc->next_block.block / 4; in rw_mfc_handle_tlv_detect_rsp()
1276 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.h639 uint8_t sector_authentified; member