Home
last modified time | relevance | path

Searched refs:ndef_first_block (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/include/
Drw_int.h193 uint8_t ndef_first_block[T1T_BLOCK_SIZE]; /* Buffer for ndef first block */ member
429 uint8_t ndef_first_block[T2T_BLOCK_LEN]; /* NDEF TLV Header block */ member
632 uint16_t ndef_first_block; /* Frst block containing the NDEF */ member
/system/nfc/src/nfc/tags/
Drw_t1t_ndef.cc368 p_t1t->ndef_first_block[(uint8_t)p_t1t->work_offset]); in rw_t1t_handle_write_rsp()
880 memcpy(&p_t1t->ndef_first_block[0], &p_readbytes[offset - index], in rw_t1t_handle_tlv_detect_rsp()
882 memcpy(&p_t1t->ndef_first_block[index], &p_readbytes[offset], in rw_t1t_handle_tlv_detect_rsp()
1439 memcpy(write_block, p_t1t->ndef_first_block, T1T_BLOCK_SIZE); in rw_t1t_ndef_write_first_block()
2171 memset(p_t1t->ndef_first_block, 0, T1T_BLOCK_SIZE); in RW_T1tFormatNDef()
2173 p = p_t1t->ndef_first_block; in RW_T1tFormatNDef()
2201 status = rw_t1t_send_dyn_cmd(T1T_CMD_WRITE_E8, 1, p_t1t->ndef_first_block); in RW_T1tFormatNDef()
2216 p_t1t->ndef_first_block[0]); in RW_T1tFormatNDef()
Drw_mfc.cc776 p_mfc->ndef_first_block = 0; in rw_MfcLocateTlv()
1019 p_mfc->ndef_first_block = p_mfc->last_block_accessed.block; in rw_mfc_handle_read_op()
1217 p_mfc->next_block.block = p_mfc->ndef_first_block; in RW_MfcReadNDef()
Drw_t2t_ndef.cc444 memcpy(p_t2t->ndef_first_block, &p_data[offset - index], index); in rw_t2t_handle_tlv_detect_rsp()
1050 memcpy(p_t2t->ndef_read_block, p_t2t->ndef_first_block, T2T_BLOCK_SIZE); in rw_t2t_is_read_before_write_block()
1139 memcpy(write_block, p_t2t->ndef_first_block, T2T_BLOCK_SIZE); in rw_t2t_write_ndef_first_block()
1331 memcpy(p_t2t->ndef_first_block, p_write_block, T2T_BLOCK_SIZE); in rw_t2t_update_cb()
1562 memcpy(p_t2t->ndef_first_block, p_data, T2T_BLOCK_LEN); in rw_t2t_handle_ndef_write_rsp()