Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_i93.cc1627 tNFC_STATUS rw_i93_get_next_blocks(uint16_t offset) { in rw_i93_get_next_blocks() function
1894 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_i93_sm_detect_ndef()
2010 } else if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_i93_sm_detect_ndef()
2228 if (rw_i93_get_next_blocks(p_i93->rw_offset) != NFC_STATUS_OK) { in rw_i93_sm_read_ndef()
3918 if (rw_i93_get_next_blocks(rw_cb.tcb.i93.rw_offset) == NFC_STATUS_OK) { in RW_I93ReadNDef()