Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_i93.cc2200 p_i93->state = RW_I93_STATE_IDLE; in rw_i93_sm_detect_ndef()
2287 p_i93->state = RW_I93_STATE_IDLE; in rw_i93_sm_read_ndef()
2580 p_i93->state = RW_I93_STATE_IDLE; in rw_i93_sm_update_ndef()
2938 p_i93->state = RW_I93_STATE_IDLE; in rw_i93_sm_format()
3058 p_i93->state = RW_I93_STATE_IDLE; in rw_i93_sm_set_read_only()
3069 p_i93->state = RW_I93_STATE_IDLE; in rw_i93_sm_set_read_only()
3103 case RW_I93_STATE_IDLE: /* in case of RawFrame */ in rw_i93_handle_error()
3164 p_i93->state = RW_I93_STATE_IDLE; in rw_i93_handle_error()
3171 p_i93->state = RW_I93_STATE_IDLE; in rw_i93_handle_error()
3309 case RW_I93_STATE_IDLE: in rw_i93_data_cback()
[all …]
Drw_t5t.cc435 p_i93->state = RW_I93_STATE_IDLE; in rw_t5t_sm_detect_ndef()
746 p_i93->state = RW_I93_STATE_IDLE; in rw_t5t_sm_update_ndef()
857 p_i93->state = RW_I93_STATE_IDLE; in rw_t5t_sm_set_read_only()
/system/nfc/src/nfc/include/
Drw_int.h712 RW_I93_STATE_IDLE, /* waiting for upper layer API */ enumerator