Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfc/tags/
H A Drw_mfc.cc141 p_mfc->last_block_accessed.block = 1; in RW_MfcFormatNDef()
239 p_mfc->last_block_accessed.auth = true; in rw_mfc_handle_format_rsp()
250 p_mfc->last_block_accessed.auth = false; in rw_mfc_handle_format_rsp()
332 p_mfc->last_block_accessed.block = 4; in RW_MfcWriteNDef()
442 p_mfc->last_block_accessed.auth = true; in rw_mfc_handle_write_rsp()
453 p_mfc->last_block_accessed.auth = false; in rw_mfc_handle_write_rsp()
565 p_mfc->last_block_accessed.block = -1; in rw_mfc_select()
566 p_mfc->last_block_accessed.auth = false; in rw_mfc_select()
938 p_mfc->last_block_accessed.auth = true; in rw_mfc_handle_tlv_detect_rsp()
1226 p_mfc->last_block_accessed.block = 0; in RW_MfcReadNDef()
[all …]
/aosp12/system/nfc/src/nfc/include/
H A Drw_int.h659 tRW_MFC_BLOCK last_block_accessed; member