Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t5t.cc43 extern tNFC_STATUS rw_i93_get_next_blocks(uint16_t);
142 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_t5t_sm_detect_ndef()
300 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_t5t_sm_detect_ndef()
318 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_t5t_sm_detect_ndef()
453 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_t5t_sm_detect_ndef()
Drw_i93.cc1665 tNFC_STATUS rw_i93_get_next_blocks(uint16_t offset) { in rw_i93_get_next_blocks() function
1961 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_i93_sm_detect_ndef()
2077 } else if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_i93_sm_detect_ndef()
2295 if (rw_i93_get_next_blocks(p_i93->rw_offset) != NFC_STATUS_OK) { in rw_i93_sm_read_ndef()
4031 if (rw_i93_get_next_blocks(rw_cb.tcb.i93.rw_offset) == NFC_STATUS_OK) { in RW_I93ReadNDef()