Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t1t_ndef.cc147 case RW_T1T_STATE_WRITE_NDEF: in rw_t1t_info_to_event()
524 case RW_T1T_STATE_WRITE_NDEF: in rw_t1t_handle_write_rsp()
788 } else if (p_t1t->state == RW_T1T_STATE_WRITE_NDEF) { in rw_t1t_handle_dyn_read_rsp()
1713 p_t1t->state = RW_T1T_STATE_WRITE_NDEF; in rw_t1t_handle_ndef_write_rsp()
2493 p_t1t->state = RW_T1T_STATE_WRITE_NDEF; in RW_T1tWriteNDef()
2501 p_t1t->state = RW_T1T_STATE_WRITE_NDEF; in RW_T1tWriteNDef()
Drw_t1t.cc1110 case RW_T1T_STATE_WRITE_NDEF: in rw_t1t_get_state_name()
/system/nfc/src/nfc/include/
Drw_int.h82 #define RW_T1T_STATE_WRITE_NDEF 0x06 macro