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.cc41 extern tNFC_STATUS rw_i93_get_next_blocks(uint32_t);
138 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_t5t_sm_detect_ndef()
319 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_t5t_sm_detect_ndef()
337 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_t5t_sm_detect_ndef()
472 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_t5t_sm_detect_ndef()
Drw_i93.cc1678 tNFC_STATUS rw_i93_get_next_blocks(uint32_t offset) { in rw_i93_get_next_blocks() function
1973 if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_i93_sm_detect_ndef()
2089 } else if (rw_i93_get_next_blocks(p_i93->rw_offset) == NFC_STATUS_OK) { in rw_i93_sm_detect_ndef()
2309 if (rw_i93_get_next_blocks(p_i93->rw_offset) != NFC_STATUS_OK) { in rw_i93_sm_read_ndef()
4056 if (rw_i93_get_next_blocks(rw_cb.tcb.i93.rw_offset) == NFC_STATUS_OK) { in RW_I93ReadNDef()