Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t2t.cc127 if (rw_t2t_sector_change(p_t2t->select_sector) == NFC_STATUS_OK) in rw_t2t_proc_data()
428 p_t2t->sector = p_t2t->select_sector; in rw_t2t_process_timeout()
721 p_t2t->select_sector = (uint8_t)(block / T2T_BLOCKS_PER_SECTOR); in rw_t2t_read()
781 p_t2t->select_sector = (uint8_t)(block / T2T_BLOCKS_PER_SECTOR); in rw_t2t_write()
1029 p_t2t->select_sector = sector; in RW_T2tSectorSelect()
/system/nfc/src/nfc/include/
Drw_int.h395 uint8_t select_sector; /* Sector number that is expected to get selected */ member