Searched refs:gre_cc_content (Results 1 – 3 of 3) sorted by relevance
/system/nfc/src/nfc/tags/ |
D | rw_t5t.cc | 122 memcpy((uint8_t*)&rw_cb.tcb.i93.gre_cc_content[4], (uint8_t*)cc, 4); in rw_t5t_sm_detect_ndef() 138 if (p_i93->gre_cc_content[0] == I93_ICODE_CC_MAGIC_NUMER_E2) { in rw_t5t_sm_detect_ndef() 241 memcpy(p_i93->gre_cc_content, cc, 8); in rw_t5t_sm_detect_ndef() 251 memcpy(p_i93->gre_cc_content, cc, 4); in rw_t5t_sm_detect_ndef() 260 memcpy(p_i93->gre_cc_content, cc, 4); in rw_t5t_sm_detect_ndef()
|
D | rw_i93.cc | 4199 memcpy(cc_blk0, rw_cb.tcb.i93.gre_cc_content, 4); in RW_I93SetTagReadOnly()
|
/system/nfc/src/nfc/include/ |
D | rw_int.h | 805 uint8_t gre_cc_content[8]; member
|