Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_i93.cc506 p_i93->state = RW_I93_STATE_BUSY; in rw_i93_send_to_upper()
604 p_i93->state = RW_I93_STATE_BUSY; in rw_i93_send_to_upper()
627 p_i93->state = RW_I93_STATE_BUSY; in rw_i93_send_to_upper()
3093 case RW_I93_STATE_BUSY: in rw_i93_handle_error()
3299 case RW_I93_STATE_BUSY: in rw_i93_data_cback()
3437 rw_cb.tcb.i93.state = RW_I93_STATE_BUSY; in RW_I93Inventory()
3471 rw_cb.tcb.i93.state = RW_I93_STATE_BUSY; in RW_I93StayQuiet()
3507 rw_cb.tcb.i93.state = RW_I93_STATE_BUSY; in RW_I93ReadSingleBlock()
3547 rw_cb.tcb.i93.state = RW_I93_STATE_BUSY; in RW_I93WriteSingleBlock()
3580 rw_cb.tcb.i93.state = RW_I93_STATE_BUSY; in RW_I93LockBlock()
[all …]
/system/nfc/src/nfc/include/
Drw_int.h713 RW_I93_STATE_BUSY, /* waiting for response from tag */ enumerator