Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t1t.cc870 if (block < T1T_BLOCKS_PER_SEGMENT) { in RW_T1tWriteErase()
918 if (block < T1T_BLOCKS_PER_SEGMENT) { in RW_T1tWriteNoErase()
1028 if (block < T1T_BLOCKS_PER_SEGMENT) { in RW_T1tWriteErase8()
1076 if (block < T1T_BLOCKS_PER_SEGMENT) { in RW_T1tWriteNoErase8()
Drw_t1t_ndef.cc1252 p_t1t->block_read = ((p_t1t->segment + 1) * T1T_BLOCKS_PER_SEGMENT) - 1; in rw_t1t_handle_ndef_read_rsp()
1768 while (count < T1T_BLOCKS_PER_SEGMENT) { in rw_t1t_update_attributes()
1970 while (block_count < T1T_BLOCKS_PER_SEGMENT) { in rw_t1t_update_lock_attributes()
2031 (block_count < T1T_BLOCKS_PER_SEGMENT)) { in rw_t1t_update_lock_attributes()
2039 if (block_count < T1T_BLOCKS_PER_SEGMENT) in rw_t1t_update_lock_attributes()
/system/nfc/src/nfc/include/
Drw_int.h224 attr[T1T_BLOCKS_PER_SEGMENT]; /* byte information - Reserved/lock/otp or
227 [T1T_BLOCKS_PER_SEGMENT]; /* byte information - read only or read write */
Dtags_defs.h77 #define T1T_BLOCKS_PER_SEGMENT 0x10 macro