Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfc/tags/
H A Drw_t1t_ndef.cc362 p_t1t->work_offset++; in rw_t1t_handle_write_rsp()
1159 p_t1t->work_offset = 0; in rw_t1t_handle_ndef_rall_rsp()
1165 p_t1t->work_offset++; in rw_t1t_handle_ndef_rall_rsp()
1240 p_t1t->work_offset++; in rw_t1t_handle_ndef_read_rsp()
1258 p_t1t->work_offset++; in rw_t1t_handle_ndef_read_rsp()
1429 p_t1t->work_offset = 0; in rw_t1t_ndef_write_first_block()
1534 p_t1t->work_offset++; in rw_t1t_prepare_ndef_bytes()
1549 p_t1t->work_offset++; in rw_t1t_prepare_ndef_bytes()
2218 p_t1t->work_offset = 0; in RW_T1tFormatNDef()
2282 p_t1t->work_offset = 0; in RW_T1tLocateTlv()
[all …]
H A Drw_t2t_ndef.cc414 if (p_t2t->work_offset == 0) { in rw_t2t_handle_tlv_detect_rsp()
731 if (p_t2t->work_offset >= in rw_t2t_handle_tlv_detect_rsp()
1083 p_t2t->work_offset = 0; in rw_t2t_write_ndef_first_block()
1118 p_t2t->work_offset++; in rw_t2t_write_ndef_first_block()
1127 p_t2t->work_offset < in rw_t2t_write_ndef_first_block()
1133 p_t2t->work_offset++; in rw_t2t_write_ndef_first_block()
1307 p_t2t->work_offset = 0; in rw_t2t_update_cb()
1523 p_t2t->work_offset++; in rw_t2t_handle_ndef_read_rsp()
2854 p_t2t->work_offset = 0; in RW_T2tLocateTlv()
2972 p_t2t->work_offset = 0; in RW_T2tReadNDef()
[all …]
H A Drw_mfc.cc337 p_mfc->work_offset = 0; in RW_MfcWriteNDef()
392 if (p_mfc->work_offset == 0) { in rw_mfc_writeBlock()
406 if (p_mfc->work_offset == p_mfc->ndef_length) { in rw_mfc_writeBlock()
408 } else if (p_mfc->work_offset > p_mfc->ndef_length) { in rw_mfc_writeBlock()
413 p_mfc->work_offset++; in rw_mfc_writeBlock()
474 if (p_mfc->work_offset >= p_mfc->ndef_length) { in rw_mfc_handle_write_op()
778 p_mfc->work_offset = 0; in rw_MfcLocateTlv()
1032 if (p_mfc->work_offset == 0) { in rw_mfc_handle_read_op()
1049 p_mfc->work_offset++; in rw_mfc_handle_read_op()
1056 if (p_mfc->work_offset >= p_mfc->ndef_length) { in rw_mfc_handle_read_op()
[all …]
/aosp12/system/nfc/src/nfc/include/
H A Drw_int.h192 uint16_t work_offset; /* Working byte offset */ member
442 uint16_t work_offset; /* Working byte offset */ member
663 uint16_t work_offset; /* Working byte offset */ member