Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t5t.cc363 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_t5t_sm_detect_ndef()
381 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_t5t_sm_detect_ndef()
388 } else if (p_i93->tlv_detect_state == RW_I93_TLV_DETECT_STATE_VALUE) { in rw_t5t_sm_detect_ndef()
404 (p_i93->tlv_detect_state == RW_I93_TLV_DETECT_STATE_VALUE)) { in rw_t5t_sm_detect_ndef()
Drw_i93.cc2005 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_i93_sm_detect_ndef()
2022 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_i93_sm_detect_ndef()
2029 } else if (p_i93->tlv_detect_state == RW_I93_TLV_DETECT_STATE_VALUE) { in rw_i93_sm_detect_ndef()
2045 (p_i93->tlv_detect_state == RW_I93_TLV_DETECT_STATE_VALUE)) { in rw_i93_sm_detect_ndef()
/system/nfc/src/nfc/include/
Drw_int.h702 #define RW_I93_TLV_DETECT_STATE_VALUE 0x05 macro