Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfc/tags/
H A Drw_t5t.cc152 if (length < RW_I93_CC_SIZE) { in rw_t5t_sm_detect_ndef()
159 STREAM_TO_ARRAY(cc, p, RW_I93_CC_SIZE); in rw_t5t_sm_detect_ndef()
807 if (length < RW_I93_CC_SIZE) { in rw_t5t_sm_set_read_only()
H A Drw_i93.cc1886 if (length < RW_I93_CC_SIZE) { in rw_i93_sm_detect_ndef()
1893 STREAM_TO_ARRAY(cc, p, RW_I93_CC_SIZE); in rw_i93_sm_detect_ndef()
2987 if (length < RW_I93_CC_SIZE) { in rw_i93_sm_set_read_only()
/aosp12/system/nfc/src/nfc/include/
H A Drw_int.h707 #define RW_I93_CC_SIZE 4 macro