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.cc361 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_t5t_sm_detect_ndef()
379 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_t5t_sm_detect_ndef()
386 } else if (p_i93->tlv_detect_state == RW_I93_TLV_DETECT_STATE_VALUE) { in rw_t5t_sm_detect_ndef()
402 (p_i93->tlv_detect_state == RW_I93_TLV_DETECT_STATE_VALUE)) { in rw_t5t_sm_detect_ndef()
Drw_i93.cc2017 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_i93_sm_detect_ndef()
2034 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_i93_sm_detect_ndef()
2041 } else if (p_i93->tlv_detect_state == RW_I93_TLV_DETECT_STATE_VALUE) { in rw_i93_sm_detect_ndef()
2057 (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